3D Dungeon Crawler
|
Public Member Functions | |
int | GetValue () |
void | SetValue (int newValue) |
void | IncreaseValue (int incrementValue) |
void | AddModifier (int modifier) |
void | RemoveModifier (int modifier) |
Public Attributes | |
bool | statModified = false |
void Stat.AddModifier | ( | int | modifier | ) |
int Stat.GetValue | ( | ) |
void Stat.IncreaseValue | ( | int | incrementValue | ) |
void Stat.RemoveModifier | ( | int | modifier | ) |
void Stat.SetValue | ( | int | newValue | ) |
bool Stat.statModified = false |