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 | | Specifies the huge creature size. |
|
| CREATURE_SIZE_INVALID | 0 | | Specifies an invalid creature size. |
|
| CREATURE_SIZE_LARGE | 4 | | Specifies the large creature size. |
|
| CREATURE_SIZE_MEDIUM | 3 | | Specifies the medium creature size. |
|
| CREATURE_SIZE_SMALL | 2 | | Specifies the small creature size. |
|
| CREATURE_SIZE_TINY | 1 | | Specifies the tiny creature size. |
|
See Also
Send comments on this topic.