Native referenceRedM

_HAS_SCENARIO_TYPE_FOR_PED_LOADED

0xA0AE7653E8181725 STREAMING
FUNCTION SIGNATURE
BOOL _HAS_SCENARIO_TYPE_FOR_PED_LOADED(int scenarioTypeId);
Property Value
Native Name _HAS_SCENARIO_TYPE_FOR_PED_LOADED
Hash 0xA0AE7653E8181725
Return Type BOOL
Build 1207
Parameters scenarioTypeId (int)

Description: returns 1 if the scenario type for ped is loaded using the id returned by _REQUEST_SCENARIO_TYPE_FOR_PED or false

Usage

Lua (Direct):

local result = HasScenarioTypeForPedLoaded(scenarioTypeId)

Lua (Hash):

local result = Citizen.InvokeNative(0xA0AE7653E8181725, scenarioTypeId)
Back to STREAMING