Placeable action

From NWN Lexicon
Jump to navigationJump to search

PLACEABLE_ACTION_* Constant Group

Actions that can be performed on placeable objects.



Constants

Constant Value Description
PLACEABLE_ACTION_BASH 2
Refers to the "Bash" action on placeable objects.
PLACEABLE_ACTION_KNOCK 4
Refers to the "Knock" action on placeable objects.
PLACEABLE_ACTION_UNLOCK 1
Refers to the "Unlock" action on placeable objects.
PLACEABLE_ACTION_USE 0
Refers to the "Use" action on placeable objects.


See Also

functions: 

GetIsPlaceableObjectActionPossible DoPlaceableObjectAction