Pool::streamed

From RAGE Multiplayer Wiki
Revision as of 10:15, 25 January 2021 by Unknown (talk | contribs) (Created page with "__TOC__ {{ClientsideJsFunction}} Returns an array of how many entities of the specified entity type is streamed. {{JSContainer| == Syntax == <pre> mp.pool.streamed mp.pool.s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Client-Side
Function

 JavaScript



Returns an array of how many entities of the specified entity type is streamed.

JavaScript Syntax

Syntax

mp.pool.streamed
mp.pool.streamed.length
mp.pool.streamed[0]

Returns

  • Array Streamed entities.


See Also