| Property | Value |
|---|---|
| Native Name | _GET_DOOR_KNOCKING_WHEN_LOCKED |
| Hash | 0x4D8611DFE1126478 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | doorHash (Hash) |
Description: Checks whether the specified door has the "knocking when locked" interaction enabled
Usage
Lua (Direct):
local result = GetDoorKnockingWhenLocked(doorHash)
Lua (Hash):
local result = Citizen.InvokeNative(0x4D8611DFE1126478, doorHash)