![]() |
TrinityCore
|
#include <MovementInfo.h>
Public Member Functions | |
| void | Reset () |
Public Attributes | |
| ObjectGuid | guid |
| Position | pos |
| int8 | seat = -1 |
| uint32 | time = 0 |
| uint32 | prevTime = 0 |
| uint32 | vehicleId = 0 |
Definition at line 38 of file MovementInfo.h.
|
inline |
Definition at line 40 of file MovementInfo.h.
Here is the call graph for this function:
Here is the caller graph for this function:| ObjectGuid MovementInfo::TransportInfo::guid |
Definition at line 50 of file MovementInfo.h.
| Position MovementInfo::TransportInfo::pos |
Definition at line 51 of file MovementInfo.h.
| uint32 MovementInfo::TransportInfo::prevTime = 0 |
Definition at line 54 of file MovementInfo.h.
| int8 MovementInfo::TransportInfo::seat = -1 |
Definition at line 52 of file MovementInfo.h.
| uint32 MovementInfo::TransportInfo::time = 0 |
Definition at line 53 of file MovementInfo.h.
| uint32 MovementInfo::TransportInfo::vehicleId = 0 |
Definition at line 55 of file MovementInfo.h.