![]() |
TrinityCore
|
#include <TransportMgr.h>
Public Member Functions | |
TransportPathLeg () | |
~TransportPathLeg () | |
TransportPathLeg (TransportPathLeg const &)=delete | |
TransportPathLeg (TransportPathLeg &&) noexcept | |
TransportPathLeg & | operator= (TransportPathLeg const &)=delete |
TransportPathLeg & | operator= (TransportPathLeg &&) noexcept |
Public Attributes | |
uint32 | MapId = 0 |
std::unique_ptr< TransportSpline > | Spline |
uint32 | StartTimestamp = 0 |
uint32 | Duration = 0 |
std::vector< TransportPathSegment > | Segments |
Definition at line 64 of file TransportMgr.h.
|
default |
|
default |
|
delete |
|
defaultnoexcept |
|
defaultnoexcept |
|
delete |
uint32 TransportPathLeg::Duration = 0 |
Definition at line 77 of file TransportMgr.h.
uint32 TransportPathLeg::MapId = 0 |
Definition at line 74 of file TransportMgr.h.
std::vector<TransportPathSegment> TransportPathLeg::Segments |
Definition at line 78 of file TransportMgr.h.
std::unique_ptr<TransportSpline> TransportPathLeg::Spline |
Definition at line 75 of file TransportMgr.h.
uint32 TransportPathLeg::StartTimestamp = 0 |
Definition at line 76 of file TransportMgr.h.