BWAPI
|
#include <BattlecruiserAgent.h>
Public Member Functions | |
BattlecruiserAgent (Unit *mUnit) | |
void | computeActions () |
string | getTypeName () |
The BattlecruiserAgent handles Terran Battlecruiser flying units.
Implemented special abilities:
Author: Johan Hagelback (johan.hagelback@gmail.com)
BattlecruiserAgent::BattlecruiserAgent | ( | Unit * | mUnit | ) |
void BattlecruiserAgent::computeActions | ( | ) | [virtual] |
Called each update to issue orders.
Reimplemented from UnitAgent.
string BattlecruiserAgent::getTypeName | ( | ) | [virtual] |
Returns the unique type name for unit agents.
Reimplemented from UnitAgent.