Skip to content

releaseMissionAudio

Client-side

Available in Neon, not standard MTA

Clears an owned native event and releases its physical mission-audio slot.

Syntax

bool releaseMissionAudio(int handle)

Arguments

handleint

Owned opaque handle.

Returns

true when released; false for stale or foreign handles.

Ownership and lifecycle

Mission-audio handles belong to the resource generation that created them and are released on stop. Mission-passed tunes are local one-shot frontend tracks and create no handle.

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →