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