|
BWAPI
|
#include <AttackBaseObj.h>


Public Member Functions | |
| AttackBaseObj (BWTA::BaseLocation *baseLoc) | |
| init constructor | |
| ~AttackBaseObj () | |
| default constructor | |
| virtual void | start () |
| start the objective execution | |
| virtual void | stop () |
| stop the objective execution | |
Protected Member Functions | |
| AttackBaseObj () | |
| default constructor | |
| AttackBaseObj::AttackBaseObj | ( | ) | [protected] |
default constructor
| AttackBaseObj::AttackBaseObj | ( | BWTA::BaseLocation * | baseLoc | ) |
init constructor
| baseLoc | : the location of the base to attack |

default constructor
| void AttackBaseObj::start | ( | ) | [virtual] |
start the objective execution
Implements Objective.
| void AttackBaseObj::stop | ( | ) | [virtual] |
stop the objective execution
Implements Objective.
1.7.6.1