GetDoorModel

From Onset Developer Wiki
Revision as of 09:55, 8 October 2019 by BlueMountains (talk | contribs) (Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Gets the model of a door. It's the same number that was passed to CreateDoor.}} {{FuncSyntax|GetDoorModel(door)}} {{FuncP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

__EDIT_ME__

See also

__EDIT_ME__