![]() |
TrinityCore
|
#include <GameObjectData.h>
Inheritance diagram for GameObjectData:Public Member Functions | |
| GameObjectData () | |
Public Member Functions inherited from SpawnMetadata | |
| SpawnData const * | ToSpawnData () const |
Public Attributes | |
| QuaternionData | rotation |
| uint32 | animprogress = 0 |
| GOState | goState = GO_STATE_ACTIVE |
| uint8 | artKit = 0 |
Public Attributes inherited from SpawnData | |
| uint32 | id = 0 |
| Position | spawnPoint |
| uint32 | phaseMask = 0 |
| int32 | spawntimesecs = 0 |
| uint8 | spawnMask = 0 |
| uint32 | scriptId = 0 |
| std::string | StringId |
Public Attributes inherited from SpawnMetadata | |
| SpawnObjectType const | type |
| uint32 | spawnId = 0 |
| uint32 | mapId = MAPID_INVALID |
| bool | dbData = true |
| SpawnGroupTemplateData const * | spawnGroupData = nullptr |
Additional Inherited Members | |
Static Public Member Functions inherited from SpawnMetadata | |
| static constexpr bool | TypeInMask (SpawnObjectType type, SpawnObjectTypeMask mask) |
| static constexpr bool | TypeHasData (SpawnObjectType type) |
| static constexpr bool | TypeIsValid (SpawnObjectType type) |
Static Public Attributes inherited from SpawnMetadata | |
| template<typename T > | |
| static constexpr SpawnObjectType | TypeFor = Trinity::Impl::SpawnObjectTypeForImpl<T>::value |
Protected Member Functions inherited from SpawnData | |
| SpawnData (SpawnObjectType t) | |
Protected Member Functions inherited from SpawnMetadata | |
| SpawnMetadata (SpawnObjectType t) | |
Definition at line 681 of file GameObjectData.h.
|
inline |
Definition at line 683 of file GameObjectData.h.
| uint32 GameObjectData::animprogress = 0 |
Definition at line 685 of file GameObjectData.h.
| uint8 GameObjectData::artKit = 0 |
Definition at line 687 of file GameObjectData.h.
| GOState GameObjectData::goState = GO_STATE_ACTIVE |
Definition at line 686 of file GameObjectData.h.
| QuaternionData GameObjectData::rotation |
Definition at line 684 of file GameObjectData.h.