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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [6]
 
static constexpr DB2LoadInfo Instance { Fields, 6, &ItemAppearanceMeta::Instance, HOTFIX_SEL_ITEM_APPEARANCE }
 

Detailed Description

Definition at line 2763 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta ItemAppearanceLoadInfo::Fields[6]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "DisplayType" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ItemDisplayInfoID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "DefaultIconFileDataID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "UiOrder" },
{ .IsSigned = true, .Type = FT_INT, .Name = "PlayerConditionID" },
}
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 2765 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo ItemAppearanceLoadInfo::Instance { Fields, 6, &ItemAppearanceMeta::Instance, HOTFIX_SEL_ITEM_APPEARANCE }
staticconstexpr

Definition at line 2775 of file DB2LoadInfo.h.


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