Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
PathMovementBase< T, P > Class Template Reference

#include <WaypointMovementGenerator.h>

Inheritance diagram for PathMovementBase< T, P >:

Public Member Functions

uint32 GetCurrentNode () const
void LoadPath (T &)
 PathMovementBase ()
virtual ~PathMovementBase ()

Protected Attributes

uint32 i_currentNode
i_path

Detailed Description

template<class T, class P>
class PathMovementBase< T, P >

Definition at line 29 of file WaypointMovementGenerator.h.

Constructor & Destructor Documentation

◆ PathMovementBase()

template<class T, class P>
PathMovementBase< T, P >::PathMovementBase ( )
inline

Definition at line 32 of file WaypointMovementGenerator.h.

References i_currentNode, and i_path.

◆ ~PathMovementBase()

template<class T, class P>
virtual PathMovementBase< T, P >::~PathMovementBase ( )
inlinevirtual

Definition at line 33 of file WaypointMovementGenerator.h.

Member Function Documentation

◆ GetCurrentNode()

template<class T, class P>
uint32 PathMovementBase< T, P >::GetCurrentNode ( ) const
inline

◆ LoadPath()

template<class T, class P>
void PathMovementBase< T, P >::LoadPath ( T & )

Member Data Documentation

◆ i_currentNode

◆ i_path


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