![]() |
TrinityCore
|
#include <DB2Structure.h>
Public Attributes | |
| uint32 | ID |
| int32 | Flags |
| int32 | FlagsB |
| float | TurnSpeed |
| float | PitchSpeed |
| float | PitchMin |
| float | PitchMax |
| float | MouseLookOffsetPitch |
| float | CameraFadeDistScalarMin |
| float | CameraFadeDistScalarMax |
| float | CameraPitchOffset |
| float | FacingLimitRight |
| float | FacingLimitLeft |
| float | CameraYawOffset |
| uint16 | VehicleUIIndicatorID |
| int32 | MissileTargetingID |
| uint16 | VehiclePOITypeID |
| std::array< uint16, 8 > | SeatID |
| std::array< uint16, 3 > | PowerDisplayID |
Definition at line 4962 of file DB2Structure.h.
| float VehicleEntry::CameraFadeDistScalarMax |
Definition at line 4973 of file DB2Structure.h.
| float VehicleEntry::CameraFadeDistScalarMin |
Definition at line 4972 of file DB2Structure.h.
| float VehicleEntry::CameraPitchOffset |
Definition at line 4974 of file DB2Structure.h.
| float VehicleEntry::CameraYawOffset |
Definition at line 4977 of file DB2Structure.h.
| float VehicleEntry::FacingLimitLeft |
Definition at line 4976 of file DB2Structure.h.
| float VehicleEntry::FacingLimitRight |
Definition at line 4975 of file DB2Structure.h.
| int32 VehicleEntry::Flags |
Definition at line 4965 of file DB2Structure.h.
| int32 VehicleEntry::FlagsB |
Definition at line 4966 of file DB2Structure.h.
| uint32 VehicleEntry::ID |
Definition at line 4964 of file DB2Structure.h.
| int32 VehicleEntry::MissileTargetingID |
Definition at line 4979 of file DB2Structure.h.
| float VehicleEntry::MouseLookOffsetPitch |
Definition at line 4971 of file DB2Structure.h.
| float VehicleEntry::PitchMax |
Definition at line 4970 of file DB2Structure.h.
| float VehicleEntry::PitchMin |
Definition at line 4969 of file DB2Structure.h.
| float VehicleEntry::PitchSpeed |
Definition at line 4968 of file DB2Structure.h.
| std::array<uint16, 3> VehicleEntry::PowerDisplayID |
Definition at line 4982 of file DB2Structure.h.
| std::array<uint16, 8> VehicleEntry::SeatID |
Definition at line 4981 of file DB2Structure.h.
| float VehicleEntry::TurnSpeed |
Definition at line 4967 of file DB2Structure.h.
| uint16 VehicleEntry::VehiclePOITypeID |
Definition at line 4980 of file DB2Structure.h.
| uint16 VehicleEntry::VehicleUIIndicatorID |
Definition at line 4978 of file DB2Structure.h.