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