Skip to content

isFileCutsceneSkipInputPressed

Client-side

Available in Neon, not standard MTA

Reads GTA's original cutscene skip input without applying the skip locally.

Syntax

bool isFileCutsceneSkipInputPressed(int token)

Arguments

tokenint

Current started file-cutscene token.

Returns

true on GTA's native skip-input edge; false otherwise 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
  • In co-op, send only the authorized participant's request to the server and broadcast the decision before calling skipFileCutscene on every client.

Where this comes from

RELATED NEON APIS

Continue exploring

Read the system guide →