NW_FLAG_BEHAVIOR_* Constant Group
Determines how an NPC reacts, irregardless of faction.
Requirements
#include "x0_i0_behavior"
Constants
Constant | Value | Description | |
---|---|---|---|
NW_FLAG_BEHAVIOR_CARNIVORE | 0x00000002 |
| |
NW_FLAG_BEHAVIOR_HERBIVORE | 0x00000008 |
| |
NW_FLAG_BEHAVIOR_OMNIVORE | 0x00000004 |
| |
NW_FLAG_BEHAVIOR_SPECIAL | 0x00000001 |
|
See Also
functions: | DetermineSpecialBehavior | GetBehaviorState | SetBehaviorState |