CREATURE_SIZE_* Constant Group
The size classes that creatures can belong to. Does not include gargantuan and colossal.
Constants
Constant | Value | Description | |
---|---|---|---|
CREATURE_SIZE_HUGE | 5 |
| |
CREATURE_SIZE_INVALID | 0 |
| |
CREATURE_SIZE_LARGE | 4 |
| |
CREATURE_SIZE_MEDIUM | 3 |
| |
CREATURE_SIZE_SMALL | 2 |
| |
CREATURE_SIZE_TINY | 1 |
|
See Also
functions: | GetCreatureSize |