Door action

From NWN Lexicon
Jump to navigationJump to search

DOOR_ACTION_* Constant Group

A list of actions that can be done on a door.



Constants

Constant Value Description
DOOR_ACTION_BASH 2
Specifies the action of bashing a door.
DOOR_ACTION_IGNORE 3
Specifies the action of ignoring a door.
DOOR_ACTION_KNOCK 4
Specifies the action of casting the knock spell on a door.
DOOR_ACTION_OPEN 0
Specifies the action of opening a door.
DOOR_ACTION_UNLOCK 1
Specifies the action of unlocking a door.


See Also

functions: 

GetIsDoorActionPossible