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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [8]
 
static constexpr DB2LoadInfo Instance { Fields, 8, &SpellClassOptionsMeta::Instance, HOTFIX_SEL_SPELL_CLASS_OPTIONS }
 

Detailed Description

Definition at line 5322 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SpellClassOptionsLoadInfo::Fields[8]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SpellID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "ModalNextSpell" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "SpellClassSet" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SpellClassMask1" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SpellClassMask2" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SpellClassMask3" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SpellClassMask4" },
}
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 5324 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SpellClassOptionsLoadInfo::Instance { Fields, 8, &SpellClassOptionsMeta::Instance, HOTFIX_SEL_SPELL_CLASS_OPTIONS }
staticconstexpr

Definition at line 5336 of file DB2LoadInfo.h.


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