|
BWAPI
|
#include <MilitaryProduction_GoalGeneratorHeaders.h>


Public Member Functions | |
| Military_TrainFlyerGoalGenerator (AgentPool *a, MilitaryProductionManagerAgent *parent) | |
| virtual void | inhibit () |
| virtual bool | instantiateGoal () |
| virtual void | updateDrives () |
| virtual void | initialize () |
| virtual int | getdrive () |
| virtual int | getthresh () |
| Military_TrainFlyerGoalGenerator::Military_TrainFlyerGoalGenerator | ( | AgentPool * | a, |
| MilitaryProductionManagerAgent * | parent | ||
| ) |

| int Military_TrainFlyerGoalGenerator::getdrive | ( | ) | [virtual] |
Implements GoalGeneratorBase.
| int Military_TrainFlyerGoalGenerator::getthresh | ( | ) | [virtual] |
Implements GoalGeneratorBase.
| void Military_TrainFlyerGoalGenerator::inhibit | ( | ) | [virtual] |
Implements GoalGeneratorBase.
| void Military_TrainFlyerGoalGenerator::initialize | ( | ) | [virtual] |
Implements GoalGeneratorBase.
| bool Military_TrainFlyerGoalGenerator::instantiateGoal | ( | ) | [virtual] |
Implements GoalGeneratorBase.


| void Military_TrainFlyerGoalGenerator::updateDrives | ( | ) | [virtual] |
Implements GoalGeneratorBase.


1.7.6.1