Pool::size: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
mNo edit summary
Line 1: Line 1:
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]]).
A property to get an element 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'''
'''Note: This property is read only'''

Revision as of 08:30, 13 May 2019

A property to get an element 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