TrinityCore
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
SpellCategoryLoadInfo Struct Reference

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [7]
 
static constexpr DB2LoadInfo Instance { Fields, 7, &SpellCategoryMeta::Instance, HOTFIX_SEL_SPELL_CATEGORY }
 

Detailed Description

Definition at line 5079 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SpellCategoryLoadInfo::Fields[7]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "Name" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "UsesPerWeek" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "MaxCharges" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ChargeRecoveryTime" },
{ .IsSigned = true, .Type = FT_INT, .Name = "TypeMask" },
}
@ FT_STRING
Definition: Define.h:154
@ FT_INT
Definition: Define.h:157
@ FT_BYTE
Definition: Define.h:158

Definition at line 5081 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SpellCategoryLoadInfo::Instance { Fields, 7, &SpellCategoryMeta::Instance, HOTFIX_SEL_SPELL_CATEGORY }
staticconstexpr

Definition at line 5092 of file DB2LoadInfo.h.


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