BWAPI 4.2.0 An API for interacting with Starcraft: Broodwar (1.16.1) |
Namespaces | |
Enum |
Functions | |
const ExplosionType::set & | allExplosionTypes () |
Variables | |
constexpr ExplosionType | Air_Splash {Enum::Air_Splash} |
constexpr ExplosionType | Broodlings {Enum::Broodlings} |
constexpr ExplosionType | Consume {Enum::Consume} |
constexpr ExplosionType | Corrosive_Acid {Enum::Corrosive_Acid} |
constexpr ExplosionType | Dark_Swarm {Enum::Dark_Swarm} |
constexpr ExplosionType | Disruption_Web {Enum::Disruption_Web} |
constexpr ExplosionType | EMP_Shockwave {Enum::EMP_Shockwave} |
constexpr ExplosionType | Enemy_Splash {Enum::Enemy_Splash} |
constexpr ExplosionType | Ensnare {Enum::Ensnare} |
constexpr ExplosionType | Feedback {Enum::Feedback} |
constexpr ExplosionType | Irradiate {Enum::Irradiate} |
constexpr ExplosionType | Lockdown {Enum::Lockdown} |
constexpr ExplosionType | Maelstrom {Enum::Maelstrom} |
constexpr ExplosionType | Mind_Control {Enum::Mind_Control} |
constexpr ExplosionType | None {Enum::None} |
constexpr ExplosionType | Normal {Enum::Normal} |
constexpr ExplosionType | Nuclear_Missile {Enum::Nuclear_Missile} |
constexpr ExplosionType | Optical_Flare {Enum::Optical_Flare} |
constexpr ExplosionType | Parasite {Enum::Parasite} |
constexpr ExplosionType | Plague {Enum::Plague} |
constexpr ExplosionType | Radial_Splash {Enum::Radial_Splash} |
constexpr ExplosionType | Restoration {Enum::Restoration} |
constexpr ExplosionType | Stasis_Field {Enum::Stasis_Field} |
constexpr ExplosionType | Unknown {Enum::Unknown} |
constexpr ExplosionType | Yamato_Gun {Enum::Yamato_Gun} |
Namespace containing explosion types.
Retrieves the set of all valid ExplosionTypes.
Referenced by BWAPI::ExplosionType::ExplosionType().
Normal.
Corresponds with ExplosionTypes::Enum::Normal.
Radial Splash.
Corresponds with ExplosionTypes::Enum::Radial_Splash.
Enemy Splash.
Corresponds with ExplosionTypes::Enum::Enemy_Splash.
Lockdown.
Corresponds with ExplosionTypes::Enum::Lockdown.
Nuclear Missile.
Corresponds with ExplosionTypes::Enum::Nuclear_Missile.
Parasite.
Corresponds with ExplosionTypes::Enum::Parasite.
Broodlings.
Corresponds with ExplosionTypes::Enum::Broodlings.
EMP Shockwave.
Corresponds with ExplosionTypes::Enum::EMP_Shockwave.
Irradiate.
Corresponds with ExplosionTypes::Enum::Irradiate.
Ensnare.
Corresponds with ExplosionTypes::Enum::Ensnare.
Plague.
Corresponds with ExplosionTypes::Enum::Plague.
Stasis Field.
Corresponds with ExplosionTypes::Enum::Stasis_Field.
Dark Swarm.
Corresponds with ExplosionTypes::Enum::Dark_Swarm.
Consume.
Corresponds with ExplosionTypes::Enum::Consume.
Yamato Gun.
Corresponds with ExplosionTypes::Enum::Yamato_Gun.
Restoration.
Corresponds with ExplosionTypes::Enum::Restoration.
Disruption Web.
Corresponds with ExplosionTypes::Enum::Disruption_Web.
Corrosive Acid.
Corresponds with ExplosionTypes::Enum::Corrosive_Acid.
Mind Control.
Corresponds with ExplosionTypes::Enum::Mind_Control.
Feedback.
Corresponds with ExplosionTypes::Enum::Feedback.
Optical Flare.
Corresponds with ExplosionTypes::Enum::Optical_Flare.
Maelstrom.
Corresponds with ExplosionTypes::Enum::Maelstrom.
Air Splash.
Corresponds with ExplosionTypes::Enum::Air_Splash.