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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [10]
 
static constexpr DB2LoadInfo Instance { Fields, 10, &ItemEffectMeta::Instance, HOTFIX_SEL_ITEM_EFFECT }
 

Detailed Description

Definition at line 3092 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta ItemEffectLoadInfo::Fields[10]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "LegacySlotIndex" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "TriggerType" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "Charges" },
{ .IsSigned = true, .Type = FT_INT, .Name = "CoolDownMSec" },
{ .IsSigned = true, .Type = FT_INT, .Name = "CategoryCoolDownMSec" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "SpellCategoryID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SpellID" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "ChrSpecializationID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "PlayerConditionID" },
}
@ FT_SHORT
Definition Define.h:165
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 3094 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo ItemEffectLoadInfo::Instance { Fields, 10, &ItemEffectMeta::Instance, HOTFIX_SEL_ITEM_EFFECT }
staticconstexpr

Definition at line 3108 of file DB2LoadInfo.h.


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