Door action

From NWN Lexicon

[edit] DOOR_ACTION_* Constant Group

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



[edit] 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.


[edit] See Also

functions: 

GetIsDoorActionPossible


Personal tools
Categories