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