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