GetDoorDimension

From Onset Developer Wiki
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

print("Door Dimension: " .. GetDoorDimension(door))

See also