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