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