![]() |
BTHAI 2.3
|
#include <QueenAgent.h>
Public Member Functions | |
| QueenAgent (Unit *mUnit) | |
| void | computeActions () |
| string | getTypeName () |
The QueenAgent handles Zerg Queen units.
Implemented special abilities:
Author: Johan Hagelback (johan.hagelback@gmail.com)
| void QueenAgent::computeActions | ( | ) | [virtual] |
Called each update to issue orders.
Reimplemented from UnitAgent.
| string QueenAgent::getTypeName | ( | ) | [virtual] |
Returns the unique type name for unit agents.
Reimplemented from UnitAgent.
1.7.4