Pool::toArrayFast

From RAGE Multiplayer Wiki
Revision as of 02:00, 25 April 2021 by MrPancakers2 (talk | contribs) (Created page with "__NOTOC__ {{SharedJsFunction}} Same as Pool::toArray except it doesn't create a new array each time and instead updates it and returns the same array. {{JSContainer| == S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Shared
Function

 JavaScript


Same as Pool::toArray except it doesn't create a new array each time and instead updates it and returns the same array.

JavaScript Syntax

Syntax

mp.pool.toArrayFast();

Return value

  • Array

Examples

// To do


See Also