|
BWAPI
|
#include <DropshipAgent.h>


Public Member Functions | |
| DropshipAgent (Unit *mUnit) | |
| void | computeActions () |
| string | getTypeName () |
The DropshipAgent handles Terran Dropship flying transport units.
Implemented special abilities:
TODO:
Author: Johan Hagelback (johan.hagelback@gmail.com)
| DropshipAgent::DropshipAgent | ( | Unit * | mUnit | ) |

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

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