Public Member Functions | |
SavableManagerPtr | getManager () const |
Returns the SavableManager this savable usesotherwise. | |
TableImplPtr | getTable () const |
Returns the table this savable belongs to. | |
void | Delete () |
Delete this savable. | |
void | Save () |
Save this savable. | |
void | Discard () |
Discard changes made to this savable. | |
bool | Exists () |
Wether this savable has been saved yet. | |
Friends | |
class | RaceManager |
Definition at line 29 of file Race.h.
SavableManagerPtr mud::Race::getManager | ( | ) | const [virtual] |
TableImplPtr mud::Race::getTable | ( | ) | const [virtual] |
void mud::Race::Delete | ( | ) | [virtual] |
void mud::Race::Save | ( | ) | [virtual] |
void mud::Race::Discard | ( | ) | [virtual] |
bool mud::Race::Exists | ( | ) | [virtual] |