|
BWAPI
|
#include <RefineryAgent.h>


Public Member Functions | |
| RefineryAgent (Unit *mUnit) | |
| void | computeActions () |
| string | getTypeName () |
The RefineryAgent handles Refinery buildings for all races.
Implemented abilities:
Author: Johan Hagelback (johan.hagelback@gmail.com)
| RefineryAgent::RefineryAgent | ( | Unit * | mUnit | ) |

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

| string RefineryAgent::getTypeName | ( | ) | [virtual] |
Returns the unique type name for structure agents.
Reimplemented from StructureAgent.
1.7.6.1