BWAPI 4.2.0 An API for interacting with Starcraft: Broodwar (1.16.1) |
Namespaces | |
Enum |
Functions | |
const PlayerType::set & | allPlayerTypes () |
Variables | |
constexpr PlayerType | Closed {Enum::Closed} |
constexpr PlayerType | Computer {Enum::Computer} |
constexpr PlayerType | ComputerLeft {Enum::ComputerLeft} |
constexpr PlayerType | EitherPreferComputer {Enum::EitherPreferComputer} |
constexpr PlayerType | EitherPreferHuman {Enum::EitherPreferHuman} |
constexpr PlayerType | Neutral {Enum::Neutral} |
constexpr PlayerType | None {Enum::None} |
constexpr PlayerType | Player {Enum::Player} |
constexpr PlayerType | PlayerLeft {Enum::PlayerLeft} |
constexpr PlayerType | RescuePassive {Enum::RescuePassive} |
constexpr PlayerType | Unknown {Enum::Unknown} |
Namespace containing player types (player controllers).
Retrieves the set of all the PlayerTypes.
Referenced by BWAPI::PlayerType::PlayerType().
Closed.
Corresponds with PlayerTypes::Enum::Closed.
PlayerLeft.
Corresponds with PlayerTypes::Enum::PlayerLeft.
ComputerLeft.
Corresponds with PlayerTypes::Enum::ComputerLeft.