BWAPI
|
#include <EEcoEstimator.h>
Public Member Functions | |
void | setDependencies () |
virtual void | update () |
int | m_per_mn () const |
int | g_per_mn () const |
void | update_workers (int mworkers, int gworkers) |
void | add_workers (int mworkers, int gworkers) |
void | rm_workers (int mworkers, int gworkers) |
void | update_minerals_geyzers (int patch, int geyzers) |
int | get_theo_workers () const |
void | start_gaz (int gworkers) |
Friends | |
class | CSingleton< EEcoEstimator > |
void EEcoEstimator::add_workers | ( | int | mworkers, |
int | gworkers | ||
) |
int EEcoEstimator::g_per_mn | ( | ) | const |
int EEcoEstimator::get_theo_workers | ( | ) | const |
int EEcoEstimator::m_per_mn | ( | ) | const |
void EEcoEstimator::rm_workers | ( | int | mworkers, |
int | gworkers | ||
) |
void EEcoEstimator::setDependencies | ( | ) |
void EEcoEstimator::start_gaz | ( | int | gworkers | ) |
void EEcoEstimator::update | ( | ) | [virtual] |
void EEcoEstimator::update_minerals_geyzers | ( | int | patch, |
int | geyzers | ||
) |
void EEcoEstimator::update_workers | ( | int | mworkers, |
int | gworkers | ||
) |
friend class CSingleton< EEcoEstimator > [friend] |