|
void | synchronize (Serializer &s) override |
|
Common::String | getClassName () override |
|
void | startMove (SceneObject *sceneObj, va_list va) override |
|
void | endMove () override |
|
void | remove () override |
|
void | dispatch () override |
|
virtual void | setup (const Common::Point &destPos) |
|
virtual bool | dontMove () const |
|
Public Member Functions inherited from TsAGE::EventHandler |
virtual void | postInit (SceneObjectList *OwnerList=NULL) |
|
virtual void | signal () |
|
virtual void | process (Event &event) |
|
virtual void | setAction (Action *action) |
|
virtual void | setAction (Action *action, EventHandler *endHandler,...) |
|
virtual void | destroy () |
|
void | synchronize (Serializer &s) override |
|
|
void | setDest (const Common::Point &destPos) |
|
void | pathfind (Common::Point *routeList, Common::Point srcPos, Common::Point destPos, RouteEnds routeEnds) |
|
int | regionIndexOf (const Common::Point &pt) |
|
int | regionIndexOf (int xp, int yp) |
|
int | findClosestRegion (Common::Point &pt, const Common::List< int > &indexList) |
|
int | checkMover (Common::Point &srcPos, const Common::Point &destPos) |
|
void | doStepsOfNpcMovement (const Common::Point &pt1, const Common::Point &pt2, int numSteps, Common::Point &ptOut) |
|
int | calculateRestOfRoute (int *routeList, int srcRegion, int destRegion, bool &foundRoute) |
|
The documentation for this class was generated from the following file: