|
BWAPI
|
#include <ArbiterAgent.h>


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

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

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