TrinityCore
TotemCategoryLoadInfo Struct Reference

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [4]
 
static constexpr DB2LoadInfo Instance { Fields, 4, &TotemCategoryMeta::Instance, HOTFIX_SEL_TOTEM_CATEGORY }
 

Detailed Description

Definition at line 5676 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta TotemCategoryLoadInfo::Fields[4]
staticconstexpr
Initial value:
=
{
{ false, FT_INT, "ID" },
{ false, FT_STRING, "Name" },
{ false, FT_BYTE, "TotemCategoryType" },
{ true, FT_INT, "TotemCategoryMask" },
}
@ FT_STRING
Definition: Define.h:148
@ FT_INT
Definition: Define.h:151
@ FT_BYTE
Definition: Define.h:152

Definition at line 5678 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo TotemCategoryLoadInfo::Instance { Fields, 4, &TotemCategoryMeta::Instance, HOTFIX_SEL_TOTEM_CATEGORY }
staticconstexpr

Definition at line 5686 of file DB2LoadInfo.h.


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