|
BWAPI
|
#include <CommandCenterAgent.h>


Public Member Functions | |
| CommandCenterAgent (Unit *mUnit) | |
| void | computeActions () |
| string | getTypeName () |
The CommandCenterAgent handles Terran Command Center buildings.
Implemented abilities:
Author: Johan Hagelback (johan.hagelback@gmail.com)
| CommandCenterAgent::CommandCenterAgent | ( | Unit * | mUnit | ) |

| void CommandCenterAgent::computeActions | ( | ) | [virtual] |
Called each update to issue orders.
Reimplemented from StructureAgent.

| string CommandCenterAgent::getTypeName | ( | ) | [virtual] |
Returns the unique type name for structure agents.
Reimplemented from StructureAgent.
1.7.6.1