GetDoorModel

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
GetDoorModel

Type: Function
Context: Server
Introduced: v1.0

Description

Gets the model of a door. It's the same number that was passed to CreateDoor.

Syntax

GetDoorModel(door)

Parameters

  • door
    The door identifier.

Return Value

  • Returns the model of a door.

Example

local modelId = GetDoorModel(doorId)

See also