![]() |
TrinityCore
|
#include <PathMovementBase.h>
Inheritance diagram for PathMovementBase< BasePath >:Public Types | |
| using | PathType = BasePath |
Public Member Functions | |
| PathMovementBase () | |
| PathMovementBase (PathType &&path) | |
| virtual | ~PathMovementBase ()=default |
| uint32 | GetCurrentNode () const |
| virtual std::string | GetDebugInfo () const |
Protected Attributes | |
| PathType | _path |
| uint32 | _currentNode |
Definition at line 25 of file PathMovementBase.h.
| using PathMovementBase< BasePath >::PathType = BasePath |
Definition at line 28 of file PathMovementBase.h.
|
inline |
Definition at line 30 of file PathMovementBase.h.
|
inlineexplicit |
Definition at line 31 of file PathMovementBase.h.
|
virtualdefault |
|
inline |
|
inlinevirtual |
Reimplemented in FlightPathMovementGenerator, and WaypointMovementGenerator< T >.
Definition at line 36 of file PathMovementBase.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 43 of file PathMovementBase.h.
|
protected |
Definition at line 42 of file PathMovementBase.h.