#include <Size.h>
Collaboration diagram for ogs::core::Size:

Public Types | |
| enum | Type { FINE = 'F', DIMINUITIVE = 'D', TINY = 'T', SMALL = 'S', MEDIUM = 'M', LARGE = 'L', HUGE = 'H', GARGANTUAN = 'G', COLLOSAL = 'C' } |
| An integer type that represents a category of sizes. More... | |
Public Member Functions | |
| Size (Type type=MEDIUM) | |
| Create a new size. | |
| Type | getType () const |
| Determine the category of this size. | |
| Modifier & | getDefenseModifier () |
| Access the defense modifier for this size. | |
|
|
|
|
|
|
|
|
|
|
1.3