![]() |
BTHAI 2.0
|
#include <StarportAgent.h>
Public Member Functions | |
StarportAgent (Unit *mUnit) | |
void | computeActions () |
string | getTypeName () |
void | assignToBuild (UnitType type) |
The StarportAgent handles Terran Starport buildings.
Implemented abilities:
TODO:
Author: Johan Hagelback (johan.hagelback@gmail.com)
void StarportAgent::assignToBuild | ( | UnitType | type | ) | [virtual] |
Used when building the Control Tower addon.
Reimplemented from BaseAgent.
void StarportAgent::computeActions | ( | ) | [virtual] |
Called each update to issue orders.
Reimplemented from StructureAgent.
string StarportAgent::getTypeName | ( | ) | [virtual] |
Returns the unique type name for structure agents.
Reimplemented from StructureAgent.