|
BWAPI
|
#include <MetaType.h>

Public Types | |
| enum | type_enum { Unit, Tech, Upgrade, Command, Default } |
Public Member Functions | |
| MetaType () | |
| MetaType (BWAPI::UnitType t) | |
| MetaType (BWAPI::TechType t) | |
| MetaType (BWAPI::UpgradeType t) | |
| MetaType (BWAPI::UnitCommandType t) | |
| bool | isUnit () |
| bool | isTech () |
| bool | isUpgrade () |
| bool | isCommand () |
| bool | isBuilding () |
| bool | isRefinery () |
| int | supplyRequired () |
| int | mineralPrice () |
| int | gasPrice () |
| BWAPI::UnitType | whatBuilds () |
| std::string | getName () |
Public Attributes | |
| type_enum | type |
| BWAPI::UnitCommandType | commandType |
| BWAPI::UnitType | unitType |
| BWAPI::TechType | techType |
| BWAPI::UpgradeType | upgradeType |
| enum MetaType::type_enum |
| MetaType::MetaType | ( | ) | [inline] |
| MetaType::MetaType | ( | BWAPI::UnitType | t | ) | [inline] |
| MetaType::MetaType | ( | BWAPI::TechType | t | ) | [inline] |
| MetaType::MetaType | ( | BWAPI::UpgradeType | t | ) | [inline] |
| MetaType::MetaType | ( | BWAPI::UnitCommandType | t | ) | [inline] |
| int MetaType::gasPrice | ( | ) | [inline] |

| std::string MetaType::getName | ( | ) | [inline] |

| bool MetaType::isBuilding | ( | ) | [inline] |


| bool MetaType::isCommand | ( | ) | [inline] |

| bool MetaType::isRefinery | ( | ) | [inline] |

| bool MetaType::isTech | ( | ) | [inline] |

| bool MetaType::isUnit | ( | ) | [inline] |

| bool MetaType::isUpgrade | ( | ) | [inline] |

| int MetaType::mineralPrice | ( | ) | [inline] |

| int MetaType::supplyRequired | ( | ) | [inline] |

| BWAPI::UnitType MetaType::whatBuilds | ( | ) | [inline] |

1.7.6.1