Skip to content

isFileCutsceneLeaseActive

Client-side

Available in Neon, not standard MTA

Reports whether the calling resource still owns this file-cutscene generation.

Syntax

bool isFileCutsceneLeaseActive(int token)

Arguments

tokenint

Generation token returned by requestFileCutscene.

Returns

true only while the current resource owns the active file-cutscene lease; false otherwise.

Ownership and lifecycle

File cutscenes share GTA's exclusive camera lease. Release, resource shutdown, disconnect, or a camera takeover deletes the native cutscene before restoring gameplay state.

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →