|
BWAPI
|
#include <ScoutAgent.h>


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

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

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