ACTION_* Constant Group
From NWN Lexicon
Constants representing standard actions that objects can perform.
[edit] Constants
| Constant | Value | Description |
|---|---|---|
| ACTION_ANIMALEMPATHY | 16 | UNKNOWN |
| ACTION_ATTACKOBJECT | 3 | UNKNOWN |
| ACTION_CASTSPELL | 4 | UNKNOWN |
| ACTION_CLOSEDOOR | 6 | UNKNOWN |
| ACTION_COUNTERSPELL | 31 | UNKNOWN |
| ACTION_DIALOGOBJECT | 7 | UNKNOWN |
| ACTION_DISABLETRAP | 8 | UNKNOWN |
| ACTION_DROPITEM | 2 | UNKNOWN |
| ACTION_EXAMINETRAP | 11 | UNKNOWN |
| ACTION_FLAGTRAP | 10 | UNKNOWN |
| ACTION_FOLLOW | 35 | UNKNOWN |
| ACTION_HEAL | 33 | UNKNOWN |
| ACTION_INVALID | 65535 | UNKNOWN |
| ACTION_ITEMCASTSPELL | 19 | UNKNOWN |
| ACTION_KIDAMAGE | 41 | UNKNOWN |
| ACTION_LOCK | 14 | UNKNOWN |
| ACTION_MOVETOPOINT | 0 | UNKNOWN |
| ACTION_OPENDOOR | 5 | UNKNOWN |
| ACTION_OPENLOCK | 13 | UNKNOWN |
| ACTION_PICKPOCKET | 34 | UNKNOWN |
| ACTION_PICKUPITEM | 1 | UNKNOWN |
| ACTION_RANDOMWALK | 43 | This was added in the Hordes sets of patches. It is the value associated with ActionRandomWalk(). Note: In pre-1.64 patches, it referenced the wrong line in the actions.2da file, but it has now been corrected. |
| ACTION_RECOVERTRAP | 9 | UNKNOWN |
| ACTION_REST | 17 | UNKNOWN |
| ACTION_SETTRAP | 12 | UNKNOWN |
| ACTION_SIT | 37 | UNKNOWN |
| ACTION_SMITEGOOD | 40 | UNKNOWN |
| ACTION_TAUNT | 18 | UNKNOWN |
| ACTION_USEOBJECT | 15 | UNKNOWN |
| ACTION_WAIT | 36 | UNKNOWN |
[edit] See Also
| functions: | GetCurrentAction |