AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Go to the source code of this file.
Classes | |
struct | KeyFrame |
struct | TransportTemplate |
struct | TransportAnimation |
class | TransportMgr |
Macros | |
#define | sTransportMgr TransportMgr::instance() |
Typedefs | |
typedef Movement::Spline< double > | TransportSpline |
typedef std::vector< KeyFrame > | KeyFrameVec |
typedef std::unordered_map< uint32, TransportTemplate > | TransportTemplates |
typedef std::set< MotionTransport * > | TransportSet |
typedef std::unordered_map< uint32, TransportSet > | TransportMap |
typedef std::unordered_map< uint32, std::set< uint32 > > | TransportInstanceMap |
typedef std::map< uint32, TransportAnimationEntry const * > | TransportPathContainer |
typedef std::map< uint32, TransportRotationEntry const * > | TransportPathRotationContainer |
typedef std::map< uint32, TransportAnimation > | TransportAnimationContainer |
#define sTransportMgr TransportMgr::instance() |
typedef std::vector<KeyFrame> KeyFrameVec |
typedef std::map<uint32, TransportAnimation> TransportAnimationContainer |
typedef std::unordered_map<uint32, std::set<uint32> > TransportInstanceMap |
typedef std::unordered_map<uint32, TransportSet> TransportMap |
typedef std::map<uint32, TransportAnimationEntry const*> TransportPathContainer |
typedef std::map<uint32, TransportRotationEntry const*> TransportPathRotationContainer |
typedef std::set<MotionTransport*> TransportSet |
typedef Movement::Spline<double> TransportSpline |
typedef std::unordered_map<uint32, TransportTemplate> TransportTemplates |