GetDoorDimension: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
Line 14: Line 14:


{{RelatedFunctions}}
{{RelatedFunctions}}
* [[CreateDoor]]
{{Template:DoorFunctions}}
* [[DestroyDoor]]
* [[SetDoorOpen]]
* [[IsDoorOpen]]
* [[GetAllDoors]]
* [[GetDoorCount]]
* [[GetDoorModel]]
* [[SetDoorLocation]]
* [[GetDoorLocation]]
* [[SetDoorDimension]]
* [[GetDoorDimension]]

Revision as of 05:17, 7 March 2020

GetDoorDimension

Type: Function
Context: Server
Introduced: v1.0

Description

Gets the dimension of this door.

Syntax

GetDoorDimension(door)

Parameters

  • door
    The door identifier.

Return Value

  • Returns the dimension.

Example

__EDIT_ME__

See also