TrinityCore
|
#include <DB2Structure.h>
Public Attributes | |
LocalizedString | Name |
DBCPosition3D | Pos |
std::array< float, 4 > | Rot |
uint32 | ID |
uint32 | OwnerID |
int32 | DisplayID |
float | Scale |
int32 | TypeID |
int32 | PhaseUseFlags |
int32 | PhaseID |
int32 | PhaseGroupID |
uint16 | Unknown1100 |
std::array< int32, 8 > | PropValue |
Definition at line 1773 of file DB2Structure.h.
int32 GameObjectsEntry::DisplayID |
Definition at line 1780 of file DB2Structure.h.
uint32 GameObjectsEntry::ID |
Definition at line 1778 of file DB2Structure.h.
LocalizedString GameObjectsEntry::Name |
Definition at line 1775 of file DB2Structure.h.
uint32 GameObjectsEntry::OwnerID |
Definition at line 1779 of file DB2Structure.h.
int32 GameObjectsEntry::PhaseGroupID |
Definition at line 1785 of file DB2Structure.h.
int32 GameObjectsEntry::PhaseID |
Definition at line 1784 of file DB2Structure.h.
int32 GameObjectsEntry::PhaseUseFlags |
Definition at line 1783 of file DB2Structure.h.
DBCPosition3D GameObjectsEntry::Pos |
Definition at line 1776 of file DB2Structure.h.
std::array<int32, 8> GameObjectsEntry::PropValue |
Definition at line 1787 of file DB2Structure.h.
std::array<float, 4> GameObjectsEntry::Rot |
Definition at line 1777 of file DB2Structure.h.
float GameObjectsEntry::Scale |
Definition at line 1781 of file DB2Structure.h.
int32 GameObjectsEntry::TypeID |
Definition at line 1782 of file DB2Structure.h.
uint16 GameObjectsEntry::Unknown1100 |
Definition at line 1786 of file DB2Structure.h.