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