Contains the maplist and a pointer to the current map.
More...
#include <MapList.h>
|
std::map< std::string, Map > | List |
| List of all maps on the server.
|
|
Map * | Current = NULL |
| Pointer to the current map (in the list).
|
|
Contains the maplist and a pointer to the current map.
Map * MapList::GetByUid |
( |
std::string |
uid | ) |
|
Gets map for unique identifier.
- Parameters
-
uid | Map identifier (from game/server). |
void MapList::SetCurrentMap |
( |
std::string |
uid | ) |
|
Sets the current map to the one belonging to the unique identifier.
- Parameters
-
uid | Map identifier (from game/server). |
The documentation for this class was generated from the following files:
- /home/travis/build/TheMaximum/mania-pp/src/Maps/MapList.h
- /home/travis/build/TheMaximum/mania-pp/src/Maps/MapList.cpp