BWAPI 4.2.0 An API for interacting with Starcraft: Broodwar (1.16.1) |
Enumerations | |
enum | Enum { Independent = 0, Small, Medium, Large, None, Unknown, MAX } |
Enumeration of unit size types.
Enumeration of unit size types.
Enumerator | |
---|---|
Independent | Value of 0 [0x0]. |
Small | Value of 1 [0x1]. |
Medium | Value of 2 [0x2]. |
Large | Value of 3 [0x3]. |
None | |
Unknown | |
MAX |