Pool::size: Difference between revisions

From RAGE Multiplayer Wiki
(Created page with "{{Incomplete Functions}}")
 
No edit summary
Line 1: Line 1:
{{Incomplete Functions}}
A property to get an entity pool size, useful to be used in explicit array size declaration or manual for loop size (non [[Pool::forEach|foreach]]).
 
'''Note: This property is read only'''
 
== Getter ==
* {{RageType|Number}} - Size of pool
 
== Example ==
<pre>
// todo
</pre>
 
 
[[Category:TODO: Example]]
[[Category:Entity API]]
[[Category:Server-side Property]]
[[Category:Client-side Property]]

Revision as of 08:30, 13 May 2019

A property to get an entity pool size, useful to be used in explicit array size declaration or manual for loop size (non foreach).

Note: This property is read only

Getter

  • Number - Size of pool

Example

// todo