TrinityCore
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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 5947 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta TotemCategoryLoadInfo::Fields[4]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "Name" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "TotemCategoryType" },
{ .IsSigned = true, .Type = FT_INT, .Name = "TotemCategoryMask" },
}
@ FT_STRING
Definition: Define.h:154
@ FT_INT
Definition: Define.h:157
@ FT_BYTE
Definition: Define.h:158

Definition at line 5949 of file DB2LoadInfo.h.

◆ Instance

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

Definition at line 5957 of file DB2LoadInfo.h.


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