Native referenceRedM

DOOR_SYSTEM_GET_DOOR_STATE

0x160AA1B32F6139B8 OBJECT
FUNCTION SIGNATURE
int DOOR_SYSTEM_GET_DOOR_STATE(Hash doorHash);
Property Value
Native Name DOOR_SYSTEM_GET_DOOR_STATE
Hash 0x160AA1B32F6139B8
Return Type int
Build 1207
Parameters doorHash (Hash)

Usage

Lua (Direct):

local result = DoorSystemGetDoorState(doorHash)

Lua (Hash):

local result = Citizen.InvokeNative(0x160AA1B32F6139B8, doorHash)
Back to OBJECT