Public Member Functions | |
GotoObjectTargetTask (TaskStack *ts, bool trackFlag) | |
GotoObjectTargetTask (Common::InSaveFile *in, TaskID id) | |
int32 | archiveSize () const |
void | write (Common::MemoryWriteStreamDynamic *out) const |
Public Member Functions inherited from Saga2::GotoTask | |
GotoTask (TaskStack *ts) | |
GotoTask (Common::InSaveFile *in, TaskID id) | |
void | fixup () |
void | abortTask () |
TaskResult | evaluate () |
TaskResult | update () |
Public Member Functions inherited from Saga2::Task | |
Task (TaskStack *ts) | |
Task (TaskStack *ts, TaskID id) | |
Task (Common::InSaveFile *in, TaskID id) | |
virtual int16 | getType () const =0 |
virtual bool | operator== (const Task &t) const =0 |
bool | operator!= (const Task &t) const |
Protected Member Functions | |
bool | tracking () const |
bool | isInSight () const |
Protected Attributes | |
TilePoint | _lastKnownLoc |
Protected Attributes inherited from Saga2::Task | |
TaskStack * | _stack |
TaskStackID | _stackID |
Additional Inherited Members | |
Public Attributes inherited from Saga2::Task | |
Common::String | _type |