Skip to content

getMarkerLimitStats

Client-side

Available in Neon, not standard MTA

Returns MTA marker-streamer usage plus GTA 3D marker, checkpoint, and direction-arrow capacities.

Syntax

table getMarkerLimitStats()

Returns

A table containing streamedMarkers, streamedMarkerLimit, allocated3DMarkers, marker3DLimit, marker3DProcessLimit, activeCheckpoints, checkpointLimit, checkpointProcessLimit, directionArrowLimit, and directionArrowProcessLimit.

Ownership and lifecycle

The important-area primitive only draws for one frame. Call it from onClientPreRender for as long as it should stay visible.

Important behavior
  • The three process-limit fields report the live active scan bounds introduced by commit 8e79f5674; they are not performance measurements.

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →