|
BWAPI
|
#include <UnitCommandType.h>


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

| const std::string & BWAPI::UnitCommandType::getName | ( | ) | const |
Returns the string corresponding to the UnitCommandType object. For example, UnitCommandTypes::Set_Rally_Position.getName() returns std::string("Set Rally Position")


1.7.6.1