_HAS_PED_KNOCKED_ON_DOOR
Checks whether the specified ped has performed a door knocking interaction This is typically used together with SET_DOOR_KNOCKING_WHEN_LOCKED. If a door is configured to use knocking behavior when locked, and the player interacts with it, this native returns true AFTER the knocking interaction/animation has completed
PEDBuild 1207
Signature
lua
HasPedKnockedOnDoor(PlayerPedId())
-- returns BOOLParameters
| Name | Type | Description |
|---|---|---|
| Ped | — |
Usage
lua
HasPedKnockedOnDoor(PlayerPedId())Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
