Skip to content

skipFileCutscene

Client-side

Available in Neon, not standard MTA

Applies GTA's native skip path to the owned playback.

Syntax

bool skipFileCutscene(int token)

Arguments

tokenint

Current started file-cutscene token.

Returns

true when GTA accepted and recorded the skip; false before start or for 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.

Important behavior
  • This function is local. Cooperative resources should call it only after the server authorizes and broadcasts the skip.

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →