|
BWAPI
|
#include <ScourgeAgent.h>


Public Member Functions | |
| ScourgeAgent (Unit *mUnit) | |
| void | computeActions () |
| string | getTypeName () |
The ScourgeAgent handles Zerg Scourge units.
Implemented special abilities:
Author: Johan Hagelback (johan.hagelback@gmail.com)
| ScourgeAgent::ScourgeAgent | ( | Unit * | mUnit | ) |

| void ScourgeAgent::computeActions | ( | ) | [virtual] |
Called each update to issue orders.
Reimplemented from UnitAgent.

| string ScourgeAgent::getTypeName | ( | ) | [virtual] |
Returns the unique type name for unit agents.
Reimplemented from UnitAgent.
1.7.6.1