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