BWAPI
|
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 | ( | ) |
Referenced by UnitClass::attack().
Referenced by UnitClass::attack().
Referenced by UnitClass::build().
Referenced by UnitClass::gather().
Referenced by UnitClass::move().
Referenced by UnitClass::returnCargo().
Referenced by UnitClass::returnCargo().
Referenced by UnitClass::train().
Referenced by UnitClass::useTech().
Referenced by UnitClass::useTech().