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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [13]
 
static constexpr DB2LoadInfo Instance { Fields, 13, &ChrCustomizationOptionMeta::Instance, HOTFIX_SEL_CHR_CUSTOMIZATION_OPTION }
 

Detailed Description

Definition at line 1103 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta ChrCustomizationOptionLoadInfo::Fields[13]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_STRING, .Name = "Name" },
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "SecondaryID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
{ .IsSigned = false, .Type = FT_INT, .Name = "ChrModelID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SortIndex" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ChrCustomizationCategoryID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "OptionType" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "BarberShopCostModifier" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ChrCustomizationID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ChrCustomizationReqID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "UiOrderIndex" },
{ .IsSigned = true, .Type = FT_INT, .Name = "AddedInPatch" },
}
@ FT_FLOAT
Definition Define.h:162
@ FT_SHORT
Definition Define.h:165
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163

Definition at line 1105 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo ChrCustomizationOptionLoadInfo::Instance { Fields, 13, &ChrCustomizationOptionMeta::Instance, HOTFIX_SEL_CHR_CUSTOMIZATION_OPTION }
staticconstexpr

Definition at line 1122 of file DB2LoadInfo.h.


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