![]() |
TrinityCore
|
#include <TransportMgr.h>
Public Member Functions | |
| TransportAnimation () | |
| ~TransportAnimation () | |
| TransportAnimation (TransportAnimation const &)=delete | |
| TransportAnimation (TransportAnimation &&) noexcept | |
| TransportAnimation & | operator= (TransportAnimation const &)=delete |
| TransportAnimation & | operator= (TransportAnimation &&) noexcept |
| TransportAnimationEntry const * | GetPrevAnimNode (uint32 time) const |
| TransportRotationEntry const * | GetPrevAnimRotation (uint32 time) const |
| TransportAnimationEntry const * | GetNextAnimNode (uint32 time) const |
| TransportRotationEntry const * | GetNextAnimRotation (uint32 time) const |
Public Attributes | |
| std::map< uint32, TransportAnimationEntry const * > | Path |
| std::map< uint32, TransportRotationEntry const * > | Rotations |
| uint32 | TotalTime = 0 |
Definition at line 108 of file TransportMgr.h.
|
default |
|
default |
|
delete |
|
defaultnoexcept |
| TransportAnimationEntry const * TransportAnimation::GetNextAnimNode | ( | uint32 | time | ) | const |
| TransportRotationEntry const * TransportAnimation::GetNextAnimRotation | ( | uint32 | time | ) | const |
| TransportAnimationEntry const * TransportAnimation::GetPrevAnimNode | ( | uint32 | time | ) | const |
| TransportRotationEntry const * TransportAnimation::GetPrevAnimRotation | ( | uint32 | time | ) | const |
|
defaultnoexcept |
|
delete |
| std::map<uint32, TransportAnimationEntry const*> TransportAnimation::Path |
Definition at line 118 of file TransportMgr.h.
| std::map<uint32, TransportRotationEntry const*> TransportAnimation::Rotations |
Definition at line 119 of file TransportMgr.h.
| uint32 TransportAnimation::TotalTime = 0 |
Definition at line 120 of file TransportMgr.h.