GetObjectCount: Difference between revisions

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


== Example ==
== Example ==
__EDIT_ME__
<syntaxhighlight lang="Lua>
print("Objects: " .. GetObjectCount())
</syntaxhighlight>


{{RelatedFunctions}}
{{RelatedFunctions}}

Latest revision as of 14:28, 26 June 2021

GetObjectCount

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

Description

Get the number of spawned object instances from CreateObject.

Syntax

GetObjectCount()

Parameters

  • This function has no parameters.

Return Value

  • Returns total object count.

Example

print("Objects: " .. GetObjectCount())

See also