BWAPI
|
#include <GoliathMicroTactics.h>
Public Member Functions | |
GoliathMicroTactics (Unit *u, CrawlingBallAttack *s) | |
GoliathMicroTactics (Unit *u, int movementLag) | |
virtual bool | MicroTacticsModel::executeTactics () |
virtual Unit * | getUnit () |
virtual void | setMovementLag (int l) |
virtual void | move (Position p) |
virtual UnitType | getKnownType () |
GoliathMicroTactics::GoliathMicroTactics | ( | Unit * | u, |
int | movementLag | ||
) |
UnitType GoliathMicroTactics::getKnownType | ( | ) | [virtual] |
Implements MicroTacticsModel.
Unit * GoliathMicroTactics::getUnit | ( | ) | [virtual] |
Implements MicroTacticsModel.
virtual bool GoliathMicroTactics::MicroTacticsModel::executeTactics | ( | ) | [virtual] |
void GoliathMicroTactics::move | ( | Position | p | ) | [virtual] |
void GoliathMicroTactics::setMovementLag | ( | int | l | ) | [virtual] |
Implements MicroTacticsModel.