![]() |
TrinityCore
|
#include "ObjectGuid.h"#include "Optional.h"#include "Position.h"#include <map>#include <memory>#include <unordered_map>
Include dependency graph for TransportMgr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | TransportPathSegment |
| struct | TransportPathEvent |
| struct | TransportPathLeg |
| struct | TransportTemplate |
| struct | TransportAnimation |
| struct | TransportSpawn |
| class | TransportMgr |
Namespaces | |
| namespace | Movement |
Macros | |
| #define | sTransportMgr TransportMgr::instance() |
Typedefs | |
| using | TransportSpline = Movement::Spline< double > |
Enumerations | |
| enum class | TransportMovementState : uint8 { Moving , WaitingOnPauseWaypoint } |
| #define sTransportMgr TransportMgr::instance() |
Definition at line 190 of file TransportMgr.h.
| using TransportSpline = Movement::Spline<double> |
Definition at line 41 of file TransportMgr.h.
|
strong |
| Enumerator | |
|---|---|
| Moving | |
| WaitingOnPauseWaypoint | |
Definition at line 43 of file TransportMgr.h.