PathManager Class Reference#include <pathManager.h>
Member Enumeration Documentation
Constructor & Destructor Documentation
PathManager::PathManager |
( |
const bool |
isServer |
) |
|
PathManager::~PathManager |
( |
|
) |
|
Member Function Documentation
static void PathManager::init |
( |
|
) |
[static] |
static void PathManager::destroy |
( |
|
) |
[static] |
void PathManager::clearPaths |
( |
|
) |
|
bool PathManager::isValidPath |
( |
const U32 |
id |
) |
const [inline] |
void PathManager::getPathPosition |
( |
const U32 |
id, |
|
|
const F64 |
msPosition, |
|
|
Point3F & |
rPosition, |
|
|
QuatF & |
rotation | |
|
) |
| | |
U32 PathManager::getPathTotalTime |
( |
const U32 |
id |
) |
const |
U32 PathManager::getPathNumWaypoints |
( |
const U32 |
id |
) |
const |
U32 PathManager::getWaypointTime |
( |
const U32 |
id, |
|
|
const U32 |
wayPoint | |
|
) |
| | const |
U32 PathManager::getPathTimeBits |
( |
const U32 |
id |
) |
|
U32 PathManager::getPathWaypointBits |
( |
const U32 |
id |
) |
|
void PathManager::transmitPath |
( |
U32 |
|
) |
|
U32 PathManager::allocatePathId |
( |
|
) |
|
bool PathManager::dumpState |
( |
BitStream * |
|
) |
const |
Friends And Related Function Documentation
friend class PathManagerEvent [friend] |
Field Documentation
|