GetDoorCount: Difference between revisions

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


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
* [[CreateDoor]]
* [[DestroyDoor]]

Latest revision as of 16:02, 17 November 2019

GetDoorCount

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Returns the number of doors.

Syntax

GetDoorCount()

Parameters

  • This function has no parameters.

Return Value

  • Returns the number of doors.

Example

function GetDoorCount()
    print(GetDoorCount())
end


See also