![]() |
TrinityCore
|
#include "ObjectGuid.h"#include "Optional.h"#include "Position.h"#include <algorithm>#include <vector>
Include dependency graph for MovementInfo.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | MovementInfo |
| struct | MovementInfo::TransportInfo |
| struct | MovementInfo::Inertia |
| struct | MovementInfo::JumpInfo |
| struct | MovementInfo::AdvFlying |
| struct | MovementInfo::Drive |
| struct | MovementForce |
| class | MovementForces |
Enumerations | |
| enum class | MovementForceType : uint8 { SingleDirectional = 0 , Gravity = 1 } |
|
strong |
| Enumerator | |
|---|---|
| SingleDirectional | |
| Gravity | |
Definition at line 153 of file MovementInfo.h.