TorchCraftAI
A bot for machine learning research on StarCraft: Brood War
|
#include <tactics.h>
Inherits cherrypi::Task.
Public Member Functions | |
TacticsTask (int upcId) | |
virtual void | update (State *state) override |
virtual void | cancel (State *state) override |
void | setUnits (State *state, std::unordered_set< Unit * > units) |
virtual const char * | getName () const override |
A name for this task, for debugging purposes. More... | |
Public Member Functions inherited from cherrypi::Task | |
Task (UpcId upcId, std::unordered_set< Unit * > units={}) | |
virtual | ~Task () |
TaskStatus | status () const |
void | setStatus (TaskStatus status) |
bool | finished () const |
UpcId | upcId () const |
UPC id in Blackboard that caused this Task to be spawned. More... | |
std::unordered_set< Unit * > const & | units () const |
A set of units occupied performing this task. More... | |
void | removeUnit (Unit *unit) |
virtual std::unordered_set< Unit * > const & | proxiedUnits () const |
A set of units occupied performing this task. More... | |
Public Attributes | |
std::vector< Unit * > | myUnits |
Position | targetPos |
Position | averagePos |
bool | isFighting = false |
Additional Inherited Members | |
Protected Member Functions inherited from cherrypi::Task | |
std::unordered_set< Unit * > & | units () |
virtual void | removeDeadOrReassignedUnits (State *state) |
Remove units that have been assigned to another task and units that have died. More... | |
|
inline |
|
inlineoverridevirtual |
Reimplemented from cherrypi::Task.
|
inlineoverridevirtual |
A name for this task, for debugging purposes.
Reimplemented from cherrypi::Task.
|
inlineoverridevirtual |
Reimplemented from cherrypi::Task.
Position cherrypi::TacticsTask::averagePos |
bool cherrypi::TacticsTask::isFighting = false |
std::vector<Unit*> cherrypi::TacticsTask::myUnits |
Position cherrypi::TacticsTask::targetPos |