Pool::toArrayFast: Difference between revisions

From RAGE Multiplayer Wiki
(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...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{SharedJsFunction}}
{{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|
{{JSContainer|
== Syntax ==
Deprecated, use [[Pool::toArray]]
 
<pre>
mp.pool.toArrayFast();
</pre>
 
== Return value ==
*'''Array'''
 
== Examples ==
<pre>
// To do
</pre>
}}
}}



Latest revision as of 08:35, 16 March 2024