|
BWAPI
|
#include <ProductionType.h>

Public Types | |
| enum | Type { Unknown = -1, Unit = 0, Tech = 1, Upgrade = 2 } |
Public Member Functions | |
| ProductionType (BWAPI::UnitType unitType, int prio) | |
| ProductionType (BWAPI::TechType techType, int prio) | |
| ProductionType (BWAPI::UpgradeType upgradeType, int prio) | |
| bool | operator< (const ProductionType &a) const |
Public Attributes | |
| Type | _type |
| BWAPI::UnitType | _unit |
| BWAPI::TechType | _tech |
| BWAPI::UpgradeType | _upgrade |
| int | _priority |
| enum ProductionType::Type |
| ProductionType::ProductionType | ( | BWAPI::UnitType | unitType, |
| int | prio | ||
| ) |


| ProductionType::ProductionType | ( | BWAPI::TechType | techType, |
| int | prio | ||
| ) |

| ProductionType::ProductionType | ( | BWAPI::UpgradeType | upgradeType, |
| int | prio | ||
| ) |

| bool ProductionType::operator< | ( | const ProductionType & | a | ) | const |
1.7.6.1