|
BWAPI
|
Functions | |
| void | init () |
| UnitSizeType | getUnitSizeType (std::string name) |
| const std::set< UnitSizeType > & | allUnitSizeTypes () |
Variables | |
| const UnitSizeType | Independent (0) |
| const UnitSizeType | Small (1) |
| const UnitSizeType | Medium (2) |
| const UnitSizeType | Large (3) |
| const UnitSizeType | None (4) |
| const UnitSizeType | Unknown (5) |
| const std::set< UnitSizeType > & BWAPI::UnitSizeTypes::allUnitSizeTypes | ( | ) |
Returns the set of all the sizes, which are listed below:
| UnitSizeType BWAPI::UnitSizeTypes::getUnitSizeType | ( | std::string | name | ) |
Given a string, this function returns the size type it refers to. For example, UnitSizeTypes::getUnitSizeType("Small") returns UnitSizeTypes::Small.

| void BWAPI::UnitSizeTypes::init | ( | ) |


1.7.6.1