|
BWAPI
|
#include <ProductionManager.h>
Public Member Functions | |
| void | drawQueueInformation (std::map< BWAPI::UnitType, int > &numUnits, int x, int y, int index) |
| void | update () |
| void | onUnitMorph (BWAPI::Unit *unit) |
| void | onUnitDestroy (BWAPI::Unit *unit) |
| void | onSendText (std::string text) |
Static Public Member Functions | |
| static ProductionManager * | getInstance () |
| void ProductionManager::drawQueueInformation | ( | std::map< BWAPI::UnitType, int > & | numUnits, |
| int | x, | ||
| int | y, | ||
| int | index | ||
| ) |
| ProductionManager * ProductionManager::getInstance | ( | ) | [static] |

| void ProductionManager::onSendText | ( | std::string | text | ) |

| void ProductionManager::onUnitDestroy | ( | BWAPI::Unit * | unit | ) |


| void ProductionManager::onUnitMorph | ( | BWAPI::Unit * | unit | ) |
| void ProductionManager::update | ( | ) |


1.7.6.1