GetDoorDimension: Difference between revisions
From Onset Developer Wiki
No edit summary |
FlyingFork (talk | contribs) |
||
Line 11: | Line 11: | ||
== Example == | == Example == | ||
<syntaxhighlight lang="Lua"> | |||
print("Door Dimension: " .. GetDoorDimension(door)) | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
{{Template:DoorFunctions}} | {{Template:DoorFunctions}} |
Latest revision as of 14:22, 26 June 2021
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))