isFileCutsceneLoaded
Client-side
Reports whether GTA has finished loading the owned DAT/CUT/IFP cutscene data.
Syntax
bool isFileCutsceneLoaded(int token)Arguments
tokenintCurrent file-cutscene token.
Returns
true once the owned native cutscene is loaded; false while pending 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.
Where this comes from
SOURCECLuaCameraDefs.cppClient/mods/deathmatch/logic/luadefs/CLuaCameraDefs.cpp INTRODUCED / EXTENDED4f2be00c1Read the commit and why the change was made TEST RESOURCE tagging-up-turf test-resources/tagging-up-turf
RELATED NEON APIS
Read the system guide → Continue exploring
← Back to the Neon Lua API · How Native file cutscenes works →