Skip to content

wasFileCutsceneSkipped

Client-side

Available in Neon, not standard MTA

Reports whether GTA's native skip path completed the owned playback.

Syntax

bool wasFileCutsceneSkipped(int token)

Arguments

tokenint

Current started file-cutscene token.

Returns

true after a native skip; false for natural playback, an unfinished cutscene, or invalid ownership.

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 →