#include <mapmanager.hpp>
Definition at line 42 of file mapmanager.hpp.
Public Types | |
| typedef std::map< unsigned short, LoadedMap > | Maps |
Public Member Functions | |
| MapManager (std::string const &) | |
| Constructor (loads map reference file). | |
| Map * | getMap (int) |
| Returns the requested map. | |
| std::string | getMapName (int) const |
| Returns the requested map name. | |
| Maps const & | getMaps () const |
| Returns all the maps. | |
| void | raiseActive (int) |
| Sets the activity status of the map. | |
| bool | isActive (int) const |
| Gets the activity status of the map. | |
| ~MapManager () | |
| Destructor. | |
Private Attributes | |
| Maps | maps |
|
|
Definition at line 45 of file mapmanager.hpp. |
|
|
Constructor (loads map reference file).
Definition at line 33 of file mapmanager.cpp. |
|
|
Destructor.
Definition at line 83 of file mapmanager.cpp. |
|
|
Returns the requested map.
Definition at line 91 of file mapmanager.cpp. |
|
|
Returns the requested map name.
Definition at line 111 of file mapmanager.cpp. |
|
|
Returns all the maps.
Definition at line 65 of file mapmanager.hpp. |
|
|
Gets the activity status of the map.
Definition at line 127 of file mapmanager.cpp. |
|
|
Sets the activity status of the map.
Definition at line 118 of file mapmanager.cpp. |
|
|
Definition at line 83 of file mapmanager.hpp. |
1.3.9.1