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