Skip to content

isVehicleRecordingLoaded

Client-side

Available in Neon, not standard MTA

Reports whether a registered recording currently has a streamed native frame buffer.

Syntax

bool isVehicleRecordingLoaded(int recordingId)

Arguments

recordingIdint

Registered native recording ID.

Returns

true while the frame buffer is loaded; false otherwise.

Ownership and lifecycle

Playback stops when the resource shuts down, the native vehicle is destroyed or streamed out, or sync ownership is lost. It uses opcode 05EB directly and does not loop.

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →