BWAPI
|
#include <ReaverUnit.h>
Public Member Functions | |
ReaverUnit (BWAPI::Unit *u) | |
virtual | ~ReaverUnit () |
virtual void | micro () |
virtual void | check () |
virtual bool | inRange (BWAPI::Unit *u) |
virtual int | getAttackDuration () |
virtual std::set< BWAPI::UnitType > | getSetPrio () |
Static Protected Attributes | |
static std::set< BWAPI::UnitType > | setPrio |
ReaverUnit::ReaverUnit | ( | BWAPI::Unit * | u | ) |
ReaverUnit::~ReaverUnit | ( | ) | [virtual] |
void ReaverUnit::check | ( | ) | [virtual] |
Implements GroundUnit.
int ReaverUnit::getAttackDuration | ( | ) | [virtual] |
std::set< BWAPI::UnitType > ReaverUnit::getSetPrio | ( | ) | [virtual] |
Implements GroundUnit.
bool ReaverUnit::inRange | ( | BWAPI::Unit * | u | ) | [virtual] |
Reimplemented from BayesianUnit.
void ReaverUnit::micro | ( | ) | [virtual] |
std::set< BWAPI::UnitType > ReaverUnit::setPrio [static, protected] |