Pool::size: Difference between revisions

From RAGE Multiplayer Wiki
mNo edit summary
m (category)
Line 13: Line 13:


[[Category:TODO: Example]]
[[Category:TODO: Example]]
[[Category:Entity API]]
[[Category:Server-side Property]]
[[Category:Server-side Property]]
[[Category:Client-side Property]]
[[Category:Client-side Property]]

Revision as of 17:43, 17 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