|
BWAPI
|
#include <TeleporterUsers.h>


Public Member Functions | |
| TeleporterUsers (Squad *m, AgentPool *p) | |
| virtual bool | execute () |
| virtual std::vector < MicroTacticsModel * > | getSubTeam (UnitType t) |
| virtual void | receiveAlert (Unit *t) |
| virtual void | assignUnit (Unit *u) |
| virtual void | removeUnit (Unit *u) |
| TeleporterUsers::TeleporterUsers | ( | Squad * | m, |
| AgentPool * | p | ||
| ) |

| void TeleporterUsers::assignUnit | ( | Unit * | u | ) | [virtual] |
Implements TacticsImplementation.


| bool TeleporterUsers::execute | ( | ) | [virtual] |
| std::vector< MicroTacticsModel * > TeleporterUsers::getSubTeam | ( | UnitType | t | ) | [virtual] |
Implements TacticsImplementation.
| void TeleporterUsers::receiveAlert | ( | Unit * | t | ) | [virtual] |
| void TeleporterUsers::removeUnit | ( | Unit * | u | ) | [virtual] |
Implements TacticsImplementation.
1.7.6.1