#include <Race.h>
List of all members.
Constructor & Destructor Documentation
Member Function Documentation
Returns the center unit type for the given race. For example Races::Terran.getCenter() will return a pointer to UnitTypes::Terran_Command_Center. While there are three center types for Zerg (Hatchery, Lair, and Hive), Races::Zerg.getCenter() will only return a pointer to UnitTypes::Zerg_Hatchery, since it is the unit type needed to make a new center.
Returns a unique ID for this race.
Returns the name of the race. For example Races::Terran.getName() will return a std::string object containing "Terran".
Returns the refinery unit type for the given race. For example: Races::Zerg.getRefinery() will return a pointer to UnitTypes::Zerg_Extractor?.
Returns the main supply provider unit type for the given race. For example: Races::Terran.getSupplyProvider() will return a pointer to UnitTypes::Terran_Supply_Depot?.
Returns the transport unit type for the given race. For example: Races::Protoss.getTransport() will return a pointer to UnitTypes::Protoss_Shuttle.
Returns the worker unit type for the given race. For example Races::Protoss.getWorker() will return a pointer to UnitTypes::Protoss_Probe.
BWAPI::Race::operator int |
( |
| ) |
const |
Race& BWAPI::Race::operator= |
( |
const Race & |
other | ) |
|
The documentation for this class was generated from the following file: