#include <race.h>
Inheritance diagram for TRace:
Public Methods | |
TRace (const string &name="") | |
virtual | ~TRace () |
TPlayer * | getController (void) const |
virtual double | getFleetEngineFailure () const=0 |
const string & | getName () const |
virtual bool | load (TDataPackageList *in) |
virtual bool | save (TDataPackageList *out) const |
void | setName (const string &name) |
Private Attributes | |
TLink< TPlayer > | fController |
string | fName |
|
FIXME |
|
Fetch the player who's controlling this race
|
|
|
|
Fetch the name of the race.
|
|
Loads a TRace object from the data packages in the data package list.
Reimplemented from TLinkable. |
|
Saves a TRace by adding the data packages to the data package list.
Reimplemented from TLinkable. |
|
Sets the name of the race.
|
|
The player which controls this race |
|
Name of the race |