GetObjectCount: Difference between revisions

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search
(Created page with "<poem style="border: 2px solid #d6d2c5; background-color: #f9f4e6; padding: 1em;"> This function was added in v1.7 beta and will not work in previous versions. </poem> {{Welcome|desc=Gets the total count of objects| params=None| retvals=The total number of objects in the game world.| relfuncs= *IsObjectStreamedIn *GetObjectModel *GetObjectPos *GetObjectRotation *GetObjectAlpha *IsObjectTouchReportEnabled *IsObjectShotReportEnabled *ClaimObje...")
 
No edit summary
 
Line 4: Line 4:
{{Welcome|desc=Gets the total count of objects|
{{Welcome|desc=Gets the total count of objects|
params=None|
params=None|
retvals=The total number of objects in the game world.|
retvals=The total number of objects streamed to npc.|
relfuncs=
relfuncs=
*[[IsObjectStreamedIn]]
*[[IsObjectStreamedIn]]

Latest revision as of 05:12, 27 August 2023

This function was added in v1.7 beta and will not work in previous versions.


Description:
Gets the total count of objects


Parameters: None


Return Values:
The total number of objects streamed to npc.



Related Functions