BWAPI  4.2.0
An API for interacting with Starcraft: Broodwar (1.16.1)
Namespaces | Functions | Variables
BWAPI::ExplosionTypes Namespace Reference

Namespaces

 Enum

Functions

const ExplosionType::setallExplosionTypes ()

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}

Detailed Description

Namespace containing explosion types.

See also
ExplosionType

Function Documentation

const ExplosionType::set& BWAPI::ExplosionTypes::allExplosionTypes ()

Retrieves the set of all valid ExplosionTypes.

Returns
Set of ExplosionTypes.

Referenced by BWAPI::ExplosionType::ExplosionType().

Variable Documentation

constexpr ExplosionType BWAPI::ExplosionTypes::None {Enum::None}
BWAPI::ExplosionTypes::Normal {Enum::Normal}

Normal.

Corresponds with ExplosionTypes::Enum::Normal.

BWAPI::ExplosionTypes::Radial_Splash {Enum::Radial_Splash}

Radial Splash.

Corresponds with ExplosionTypes::Enum::Radial_Splash.

BWAPI::ExplosionTypes::Enemy_Splash {Enum::Enemy_Splash}

Enemy Splash.

Corresponds with ExplosionTypes::Enum::Enemy_Splash.

BWAPI::ExplosionTypes::Lockdown {Enum::Lockdown}

Lockdown.

Corresponds with ExplosionTypes::Enum::Lockdown.

BWAPI::ExplosionTypes::Nuclear_Missile {Enum::Nuclear_Missile}

Nuclear Missile.

Corresponds with ExplosionTypes::Enum::Nuclear_Missile.

BWAPI::ExplosionTypes::Parasite {Enum::Parasite}

Parasite.

Corresponds with ExplosionTypes::Enum::Parasite.

BWAPI::ExplosionTypes::Broodlings {Enum::Broodlings}

Broodlings.

Corresponds with ExplosionTypes::Enum::Broodlings.

BWAPI::ExplosionTypes::EMP_Shockwave {Enum::EMP_Shockwave}

EMP Shockwave.

Corresponds with ExplosionTypes::Enum::EMP_Shockwave.

BWAPI::ExplosionTypes::Irradiate {Enum::Irradiate}

Irradiate.

Corresponds with ExplosionTypes::Enum::Irradiate.

BWAPI::ExplosionTypes::Ensnare {Enum::Ensnare}

Ensnare.

Corresponds with ExplosionTypes::Enum::Ensnare.

BWAPI::ExplosionTypes::Plague {Enum::Plague}

Plague.

Corresponds with ExplosionTypes::Enum::Plague.

BWAPI::ExplosionTypes::Stasis_Field {Enum::Stasis_Field}

Stasis Field.

Corresponds with ExplosionTypes::Enum::Stasis_Field.

BWAPI::ExplosionTypes::Dark_Swarm {Enum::Dark_Swarm}

Dark Swarm.

Corresponds with ExplosionTypes::Enum::Dark_Swarm.

BWAPI::ExplosionTypes::Consume {Enum::Consume}

Consume.

Corresponds with ExplosionTypes::Enum::Consume.

BWAPI::ExplosionTypes::Yamato_Gun {Enum::Yamato_Gun}

Yamato Gun.

Corresponds with ExplosionTypes::Enum::Yamato_Gun.

BWAPI::ExplosionTypes::Restoration {Enum::Restoration}

Restoration.

Corresponds with ExplosionTypes::Enum::Restoration.

BWAPI::ExplosionTypes::Disruption_Web {Enum::Disruption_Web}

Disruption Web.

Corresponds with ExplosionTypes::Enum::Disruption_Web.

BWAPI::ExplosionTypes::Corrosive_Acid {Enum::Corrosive_Acid}

Corrosive Acid.

Corresponds with ExplosionTypes::Enum::Corrosive_Acid.

BWAPI::ExplosionTypes::Mind_Control {Enum::Mind_Control}

Mind Control.

Corresponds with ExplosionTypes::Enum::Mind_Control.

BWAPI::ExplosionTypes::Feedback {Enum::Feedback}

Feedback.

Corresponds with ExplosionTypes::Enum::Feedback.

BWAPI::ExplosionTypes::Optical_Flare {Enum::Optical_Flare}

Optical Flare.

Corresponds with ExplosionTypes::Enum::Optical_Flare.

BWAPI::ExplosionTypes::Maelstrom {Enum::Maelstrom}

Maelstrom.

Corresponds with ExplosionTypes::Enum::Maelstrom.

BWAPI::ExplosionTypes::Air_Splash {Enum::Air_Splash}

Air Splash.

Corresponds with ExplosionTypes::Enum::Air_Splash.

constexpr ExplosionType BWAPI::ExplosionTypes::Unknown {Enum::Unknown}