Server
Functions

Gets data for a door with the given id, matching the id for the database entry.

getDoor

exports.ox_doorlock:getDoor(id)

Parameters

  • id: number

Returns

  • table

Gets data for a door with the given name, matching the name for the database entry.

getDoorFromName

exports.ox_doorlock:getDoorFromName(name)

Parameters

  • name: string

Returns

  • table