Native referenceRedM

PARSEDDATA_IS_FILE_LOADED

0x603AC35FD4602C76 DATAFILE
FUNCTION SIGNATURE
BOOL PARSEDDATA_IS_FILE_LOADED(`fileHandle` (int));
Property Value
Native Name PARSEDDATA_IS_FILE_LOADED
Hash 0x603AC35FD4602C76
Return Type BOOL
Build 1207
Parameters fileHandle (int)

Parameters

  • fileHandle (int)

Usage

Lua (Direct):

local result = ParseddataIsFileLoaded(fileHandle)

Lua (Hash):

local result = Citizen.InvokeNative(0x603AC35FD4602C76, fileHandle)

Back to DATAFILE