GetObjectCount

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