TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PathMovementBase< T, P > Class Template Reference

#include <WaypointMovementGenerator.h>

Public Member Functions

 PathMovementBase ()
 
virtual ~PathMovementBase ()
 
uint32 GetCurrentNode () const
 

Protected Attributes

P i_path
 
uint32 i_currentNode
 

Constructor & Destructor Documentation

template<class T, class P>
PathMovementBase< T, P >::PathMovementBase ( )
inline
40 : i_path(), i_currentNode(0) { }
P i_path
Definition: WaypointMovementGenerator.h:46
uint32 i_currentNode
Definition: WaypointMovementGenerator.h:47
template<class T, class P>
virtual PathMovementBase< T, P >::~PathMovementBase ( )
inlinevirtual
41 { };

Member Function Documentation

template<class T, class P>
uint32 PathMovementBase< T, P >::GetCurrentNode ( ) const
inline
43 { return i_currentNode; }
uint32 i_currentNode
Definition: WaypointMovementGenerator.h:47

+ Here is the caller graph for this function:

Member Data Documentation

template<class T, class P>
uint32 PathMovementBase< T, P >::i_currentNode
protected
template<class T, class P>
P PathMovementBase< T, P >::i_path
protected

The documentation for this class was generated from the following file: