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