Pool::streamed

From RAGE Multiplayer Wiki

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