Public Member Functions | |
GotoObjectTask (TaskStack *ts, GameObject *obj, bool trackFlag=false) | |
GotoObjectTask (Common::InSaveFile *in, TaskID id) | |
int32 | archiveSize () const |
void | write (Common::MemoryWriteStreamDynamic *out) const |
int16 | getType () const |
bool | operator== (const Task &t) const |
const GameObject * | getTarget () const |
Public Member Functions inherited from Saga2::GotoObjectTargetTask | |
GotoObjectTargetTask (TaskStack *ts, bool trackFlag) | |
GotoObjectTargetTask (Common::InSaveFile *in, TaskID id) | |
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) | |
bool | operator!= (const Task &t) const |
Additional Inherited Members | |
Public Attributes inherited from Saga2::Task | |
Common::String | _type |
Protected Member Functions inherited from Saga2::GotoObjectTargetTask | |
bool | tracking () const |
bool | isInSight () const |
Protected Attributes inherited from Saga2::GotoObjectTargetTask | |
TilePoint | _lastKnownLoc |
Protected Attributes inherited from Saga2::Task | |
TaskStack * | _stack |
TaskStackID | _stackID |