All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 12:10, 13 August 2024 Shr0x talk contribs created page Pool::maxStreamed (Created page with " {{ClientsideJsFunction}} {{JSContainer| Returns the max size of entity stream per stream distance * '''Note: this property is read only.''' ===Return value=== *''' {{RageType|number}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.Entity.maxStreamed </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.events.add("playerReady", () => { mp.console.logInfo(`Max player stream pool is ${mp.players.maxStreamed}`); //Output: Max player stream po...")