BWAPI
|
#include <PlannerManager.h>
Public Member Functions | |
PlannerManager () | |
void | setBalance (UnitToPercent percentList) |
void | onFrame () |
void | rebalanceProduction () |
void | updateSelfArmy () |
void | updateEnemyArmy () |
void | updateSelfArmyStats (BWAPI::UnitType type, double size) |
void | updateEnemyArmyStats (BWAPI::UnitType type, double size) |
Public Attributes | |
UnitToPercent | _percentList |
void PlannerManager::onFrame | ( | ) |
void PlannerManager::rebalanceProduction | ( | ) |
void PlannerManager::setBalance | ( | UnitToPercent | percentList | ) |
void PlannerManager::updateEnemyArmy | ( | ) |
void PlannerManager::updateEnemyArmyStats | ( | BWAPI::UnitType | type, |
double | size | ||
) |
void PlannerManager::updateSelfArmy | ( | ) |
void PlannerManager::updateSelfArmyStats | ( | BWAPI::UnitType | type, |
double | size | ||
) |