[edit] CREATURE_TYPE_* Constant Group
NWN-specific subtype denoting special attributes for a given creature.
[edit] Constants
| Constant | Value | Description | 
| CREATURE_TYPE_CLASS | 2 |  | 
| CREATURE_TYPE_DOES_NOT_HAVE_SPELL_EFFECT | 6 | 
| Unknown. Speculation: determines if the creature does not have a specific spell effect. |  | 
| CREATURE_TYPE_HAS_SPELL_EFFECT | 5 | 
| Unknown. Speculation: determines if the creature has a specific spell effect. |  | 
| CREATURE_TYPE_IS_ALIVE | 4 | 
| Unknown. Speculation: determines if the creature is still alive. |  | 
| CREATURE_TYPE_PERCEPTION | 7 |  | 
| CREATURE_TYPE_PLAYER_CHAR | 1 | 
| Unknown. Speculation: denote a player character (PC). |  | 
| CREATURE_TYPE_RACIAL_TYPE | 0 |  | 
| CREATURE_TYPE_REPUTATION | 3 |  | 
[edit] See Also