|
BWAPI
|
#include <GameType.h>


Public Member Functions | |
| GameType () | |
| GameType (int id) | |
| const std::string & | getName () const |
| const char * | c_str () const |
| BWAPI::GameType::GameType | ( | int | id | ) |
| const char * BWAPI::GameType::c_str | ( | ) | const |

| const std::string & BWAPI::GameType::getName | ( | ) | const |
Returns the name of the game type. For example GameTypes::Melee.getName() will return an std::string object containing "Melee".


1.7.6.1