| 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)