engineGetObjectStreamingLimits
Client-side
Returns the current normal-object quota, low-LOD quota, and fixed combined maximum.
Syntax
int, int, int engineGetObjectStreamingLimits()Returns
maxObjects, maxLowLodObjects, hardMaximum.
Ownership and lifecycle
Parsing creates inert data. Objects, custom models, material overrides, removals, and any temporary streaming-limit split remain owned by the calling client resource and must be cleaned up when that resource stops.
OOP aliases
Engine.getObjectStreamingLimits()
Where this comes from
SOURCECLuaEngineDefs.cppClient/mods/deathmatch/logic/luadefs/CLuaEngineDefs.cpp INTRODUCED / EXTENDEDc1d052e9dRead the commit and why the change was made TEST RESOURCE object-streaming-limits test-resources/object-streaming-limits
RELATED NEON APIS
Read the system guide → Continue exploring
← Back to the Neon Lua API · How SA-MP maps and object streaming works →