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

Enumerations

enum  Enum {
  Independent = 0,
  Small,
  Medium,
  Large,
  None,
  Unknown,
  MAX
}

Detailed Description

Enumeration of unit size types.

See also
UnitSizeType

Enumeration Type Documentation

Enumeration of unit size types.

See also
UnitSizeType
Enumerator
Independent 

Value of 0 [0x0].

See BWAPI::UnitSizeTypes::Independent.

Small 

Value of 1 [0x1].

See BWAPI::UnitSizeTypes::Small.

Medium 

Value of 2 [0x2].

See BWAPI::UnitSizeTypes::Medium.

Large 

Value of 3 [0x3].

See BWAPI::UnitSizeTypes::Large.

None 
Unknown 
MAX