|
|
void | reload () |
| |
|
bool | existsName (const irr::core::stringw &name) const |
| |
|
void | checkConsistency () |
| |
|
GrandPrixData * | editGrandPrix (const std::string &s) |
| |
|
GrandPrixData * | createNewGP (const irr::core::stringw &newName) |
| |
|
GrandPrixData * | copy (const std::string &id, const irr::core::stringw &newName) |
| |
|
void | remove (const std::string &id) |
| |
| const GrandPrixData * | getGrandPrix (const std::string &s) const |
| | Returns a pointer to the data for the specified GP. More...
|
| |
| const GrandPrixData * | getGrandPrix (const int i) const |
| | Returns a pointer to the data for the specified GP. More...
|
| |
|
unsigned int | getNumberOfGrandPrix () const |
| | Returns the number of GPs.
|
| |
|
|
static const char * | SUFFIX = ".grandprix" |
| |
◆ getGrandPrix() [1/2]
| const GrandPrixData* GrandPrixManager::getGrandPrix |
( |
const int |
i | ) |
const |
|
inline |
Returns a pointer to the data for the specified GP.
- Parameters
-
◆ getGrandPrix() [2/2]
| const GrandPrixData * GrandPrixManager::getGrandPrix |
( |
const std::string & |
s | ) |
const |
Returns a pointer to the data for the specified GP.
- Parameters
-
The documentation for this class was generated from the following files: