TrinityCore
Loading...
Searching...
No Matches
WorldEffectLoadInfo Struct Reference

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [7]
 
static constexpr DB2LoadInfo Instance { Fields, 7, &WorldEffectMeta::Instance, HOTFIX_SEL_WORLD_EFFECT }
 

Detailed Description

Definition at line 7151 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta WorldEffectLoadInfo::Fields[7]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "QuestFeedbackEffectID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "WhenToDisplay" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "TargetType" },
{ .IsSigned = true, .Type = FT_INT, .Name = "TargetAsset" },
{ .IsSigned = false, .Type = FT_INT, .Name = "PlayerConditionID" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "CombatConditionID" },
}
@ FT_SHORT
Definition Define.h:165
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 7153 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo WorldEffectLoadInfo::Instance { Fields, 7, &WorldEffectMeta::Instance, HOTFIX_SEL_WORLD_EFFECT }
staticconstexpr

Definition at line 7164 of file DB2LoadInfo.h.


The documentation for this struct was generated from the following file: