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