BWAPI 4.2.0 An API for interacting with Starcraft: Broodwar (1.16.1) |
Namespaces | |
Enum |
Functions | |
const UnitSizeType::set & | allUnitSizeTypes () |
Variables | |
constexpr UnitSizeType | Independent {Enum::Independent} |
constexpr UnitSizeType | Large {Enum::Large} |
constexpr UnitSizeType | Medium {Enum::Medium} |
constexpr UnitSizeType | None {Enum::None} |
constexpr UnitSizeType | Small {Enum::Small} |
constexpr UnitSizeType | Unknown {Enum::Unknown} |
Namespace containing unit size types.
Retrieves the set of all valid UnitSizeTypes.
Referenced by BWAPI::UnitSizeType::UnitSizeType().
Independent.
Corresponds with UnitSizeTypes::Enum::Independent.
Small.
Corresponds with UnitSizeTypes::Enum::Small.
Medium.
Corresponds with UnitSizeTypes::Enum::Medium.
Large.
Corresponds with UnitSizeTypes::Enum::Large.