Public Member Functions | |
HuntToKillTask (TaskStack *ts, const ActorTarget &at, bool trackFlag=false) | |
HuntToKillTask (Common::InSaveFile *in, TaskID id) | |
int32 | archiveSize () const |
void | write (Common::MemoryWriteStreamDynamic *out) const |
int16 | getType () const |
bool | operator== (const Task &t) const |
void | abortTask () |
TaskResult | update () |
Public Member Functions inherited from Saga2::HuntActorTask | |
HuntActorTask (TaskStack *ts, const ActorTarget &at, bool trackFlag) | |
HuntActorTask (Common::InSaveFile *in, TaskID id) | |
Public Member Functions inherited from Saga2::HuntTask | |
HuntTask (TaskStack *ts) | |
HuntTask (Common::InSaveFile *in, TaskID id) | |
void | fixup () |
TaskResult | evaluate () |
Public Member Functions inherited from Saga2::Task | |
Task (TaskStack *ts) | |
Task (TaskStack *ts, TaskID id) | |
Task (Common::InSaveFile *in, TaskID id) | |
bool | operator!= (const Task &t) const |
Protected Member Functions | |
void | evaluateTarget () |
bool | atTarget () |
void | atTargetabortTask () |
TaskResult | atTargetEvaluate () |
TaskResult | atTargetUpdate () |
Protected Member Functions inherited from Saga2::HuntActorTask | |
bool | targetHasChanged (GotoTask *gotoTarget) |
GotoTask * | setupGoto () |
TilePoint | currentTargetLoc () |
const ActorTarget * | getTarget () const |
bool | tracking () const |
Additional Inherited Members | |
Public Attributes inherited from Saga2::Task | |
Common::String | _type |
Protected Attributes inherited from Saga2::HuntActorTask | |
Actor * | _currentTarget |
Protected Attributes inherited from Saga2::Task | |
TaskStack * | _stack |
TaskStackID | _stackID |