| Interface | Description |
|---|---|
| Neutral |
Neutral is the abstract base class for a small hierarchy of wrappers around some BWAPI::Units
The units concerned are the Resources (Minerals and Geysers) and the static Buildings. |
| NeutralData |
| Class | Description |
|---|---|
| Geyser |
Geysers Correspond to the units in BWAPI::getStaticNeutralUnits() for which getType() ==
Resource_Vespene_Geyser.
|
| Mineral |
Minerals Correspond to the units in BWAPI::getStaticNeutralUnits() for which
getType().isMineralField().
|
| NeutralDataImpl | |
| NeutralImpl | |
| Resource |
A Resource is either a Mineral or a Geyser.
|
| StaticBuilding |
StaticBuildings Correspond to the units in BWAPI::getStaticNeutralUnits() for which
getType().isSpecialBuilding.
|