Pool::size

From RAGE Multiplayer Wiki
Revision as of 08:30, 13 May 2019 by RoboN1X (talk | contribs)

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