BWAPI  4.2.0
An API for interacting with Starcraft: Broodwar (1.16.1)
Enumerations
BWAPI::DamageTypes::Enum Namespace Reference

Enumerations

enum  Enum {
  Independent,
  Explosive,
  Concussive,
  Normal,
  Ignore_Armor,
  None,
  Unknown,
  MAX
}

Detailed Description

Enumeration of damage types.

See also
DamageType

Enumeration Type Documentation

Enumeration of damage types.

See also
DamageType
Enumerator
Independent 

Value of 0 [0x0].

See BWAPI::DamageTypes::Independent.

Explosive 

Value of 1 [0x1].

See BWAPI::DamageTypes::Explosive.

Concussive 

Value of 2 [0x2].

See BWAPI::DamageTypes::Concussive.

Normal 

Value of 3 [0x3].

See BWAPI::DamageTypes::Normal.

Ignore_Armor 

Value of 4 [0x4].

See BWAPI::DamageTypes::Ignore_Armor.

None 
Unknown 
MAX