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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [12]
 
static constexpr DB2LoadInfo Instance { Fields, 12, &ChrCustomizationChoiceMeta::Instance, HOTFIX_SEL_CHR_CUSTOMIZATION_CHOICE }
 

Detailed Description

Definition at line 992 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta ChrCustomizationChoiceLoadInfo::Fields[12]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_STRING, .Name = "Name" },
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "ChrCustomizationOptionID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ChrCustomizationReqID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ChrCustomizationVisReqID" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "SortOrder" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "UiOrderIndex" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
{ .IsSigned = true, .Type = FT_INT, .Name = "AddedInPatch" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SoundKitID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SwatchColor1" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SwatchColor2" },
}
@ FT_SHORT
Definition: Define.h:159
@ FT_STRING
Definition: Define.h:154
@ FT_INT
Definition: Define.h:157

Definition at line 994 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo ChrCustomizationChoiceLoadInfo::Instance { Fields, 12, &ChrCustomizationChoiceMeta::Instance, HOTFIX_SEL_CHR_CUSTOMIZATION_CHOICE }
staticconstexpr

Definition at line 1010 of file DB2LoadInfo.h.


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