GetDoorDimension

From Onset Developer Wiki
Revision as of 14:22, 26 June 2021 by FlyingFork (talk | contribs) (→‎Example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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