![]() |
TrinityCore
|
#include <AreaTriggerTemplate.h>
Inheritance diagram for AreaTriggerSpawn:Public Member Functions | |
| AreaTriggerSpawn () | |
Public Member Functions inherited from SpawnMetadata | |
| SpawnData const * | ToSpawnData () const |
Public Attributes | |
| AreaTriggerCreatePropertiesId | Id |
Public Attributes inherited from SpawnData | |
| uint32 | id = 0 |
| Position | spawnPoint |
| uint8 | phaseUseFlags = 0 |
| uint32 | phaseId = 0 |
| uint32 | phaseGroup = 0 |
| int32 | terrainSwapMap = -1 |
| uint32 | poolId = 0 |
| int32 | spawntimesecs = 0 |
| std::vector< Difficulty > | spawnDifficulties |
| uint32 | scriptId = 0 |
| std::string | StringId |
Public Attributes inherited from SpawnMetadata | |
| SpawnObjectType const | type |
| uint64 | spawnId = 0 |
| uint32 | mapId = MAPID_INVALID |
| bool | dbData = true |
| SpawnGroupTemplateData const * | spawnGroupData = nullptr |
| SpawnTrackingTemplateData const * | spawnTrackingData = nullptr |
| std::vector< uint32 > | spawnTrackingQuestObjectives |
| std::array< SpawnTrackingStateData, size_t(SpawnTrackingState::Max)> | spawnTrackingStates |
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 261 of file AreaTriggerTemplate.h.
|
inline |
Definition at line 263 of file AreaTriggerTemplate.h.
| AreaTriggerCreatePropertiesId AreaTriggerSpawn::Id |
Definition at line 265 of file AreaTriggerTemplate.h.