GetObjectModelCount: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Get the amount of object models. This is basically the total number of objects from this page [[Objects]]. }}


{{FuncSyntax|GetObjectModelCount()}}
{{FuncSyntax|GetObjectModelCount()}}
Line 8: Line 8:
{{FuncNoParam}}
{{FuncNoParam}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns model count as an integer.}}


== Example ==
== Example ==

Latest revision as of 10:53, 1 September 2020

GetObjectModelCount

Type: Function
Context: Client
Introduced: v1.0

Description

Get the amount of object models. This is basically the total number of objects from this page Objects.

Syntax

GetObjectModelCount()

Parameters

  • This function has no parameters.

Return Value

  • Returns model count as an integer.

Example

__EDIT_ME__

See also