DOOR_ACTION_* Constant Group
A list of actions that can be done on a door.
Constants
Constant | Value | Description | |
---|---|---|---|
DOOR_ACTION_BASH | 2 |
| |
DOOR_ACTION_IGNORE | 3 |
| |
DOOR_ACTION_KNOCK | 4 |
| |
DOOR_ACTION_OPEN | 0 |
| |
DOOR_ACTION_UNLOCK | 1 |
|
See Also
functions: | DoDoorAction | GetIsDoorActionPossible |