Public Member Functions | |
void | deserialize (Archive &archive) override |
void | toConsole () const override |
WalkLocation * | findLocation (const Common::String &name) |
void | start (WalkLocation *destination) |
void | update () |
double | getLengthBetweenLocations (WalkLocation *first, WalkLocation *second) |
void | setCurrentWayPoint (WalkLocation *location) |
void | loadState (Archive &archive) |
void | saveState (Archive &archive) |
void | skip () |
const Coordinates & | getStartCoords () |
const Coordinates & | getEndCoords () |
Public Member Functions inherited from Pink::Object | |
virtual void | load (Archive &) |