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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [6]
 
static constexpr DB2LoadInfo Instance { Fields, 6, &ItemArmorTotalMeta::Instance, HOTFIX_SEL_ITEM_ARMOR_TOTAL }
 

Detailed Description

Definition at line 2813 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta ItemArmorTotalLoadInfo::Fields[6]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "ItemLevel" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "Cloth" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "Leather" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "Mail" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "Plate" },
}
@ FT_FLOAT
Definition Define.h:162
@ FT_SHORT
Definition Define.h:165
@ FT_INT
Definition Define.h:163

Definition at line 2815 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo ItemArmorTotalLoadInfo::Instance { Fields, 6, &ItemArmorTotalMeta::Instance, HOTFIX_SEL_ITEM_ARMOR_TOTAL }
staticconstexpr

Definition at line 2825 of file DB2LoadInfo.h.


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