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