_CHECK_DOOR_ACTION_FLAG
Checks whether a specific door-related action/state flag is active for the given door object. Observed behavior: - flag 32: returns true when the door is being kicked (kick action event) - flag 23: returns true if the door has been previously opened by kicking (post-kick state) - flag 8: returns true when attempting to open the door while it is locked
OBJECTBuild 1207
Signature
lua
CheckDoorActionFlag(object, 0)
-- returns AnyParameters
| Name | Type | Description |
|---|---|---|
| Object | — | |
| int | — |
Usage
lua
CheckDoorActionFlag(object, 0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
