std::set<UnitCommandType>& BWAPI::UnitCommandTypes::allUnitCommandTypes | ( | ) |
Returns the set of all the sizes, which are listed below:
UnitCommandType BWAPI::UnitCommandTypes::getUnitCommandType | ( | std::string | name | ) |
Given a string, this function returns the command type it refers to. For example, UnitCommandTypes::getUnitCommandType("Attack Position") returns UnitCommandTypes::Attack_Position.
void BWAPI::UnitCommandTypes::init | ( | ) |