Skip to content

engineGetObjectStreamingLimits

Client-side

Available in Neon, not standard MTA

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

RELATED NEON APIS

Continue exploring

Read the system guide →