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