![]() |
TrinityCore
|
#include <PathMovementBase.h>
Inheritance diagram for PathMovementBase< Entity, BasePath >:Public Member Functions | |
| PathMovementBase () | |
| virtual | ~PathMovementBase () |
| uint32 | GetCurrentNode () const |
| virtual std::string | GetDebugInfo () const |
Protected Attributes | |
| BasePath | _path |
| uint32 | _currentNode |
Definition at line 25 of file PathMovementBase.h.
|
inline |
Definition at line 28 of file PathMovementBase.h.
|
inlinevirtual |
Definition at line 29 of file PathMovementBase.h.
|
inline |
|
inlinevirtual |
Reimplemented in FlightPathMovementGenerator, and WaypointMovementGenerator< Creature >.
Definition at line 33 of file PathMovementBase.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 40 of file PathMovementBase.h.
|
protected |
Definition at line 39 of file PathMovementBase.h.