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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [7]
 
static constexpr DB2LoadInfo Instance { Fields, 7, &TraitCurrencyMeta::Instance, HOTFIX_SEL_TRAIT_CURRENCY }
 

Detailed Description

Definition at line 6276 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta TraitCurrencyLoadInfo::Fields[7]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Type" },
{ .IsSigned = true, .Type = FT_INT, .Name = "CurrencyTypesID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Icon" },
{ .IsSigned = true, .Type = FT_INT, .Name = "PlayerDataElementAccountID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "PlayerDataElementCharacterID" },
}
@ FT_INT
Definition Define.h:163

Definition at line 6278 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo TraitCurrencyLoadInfo::Instance { Fields, 7, &TraitCurrencyMeta::Instance, HOTFIX_SEL_TRAIT_CURRENCY }
staticconstexpr

Definition at line 6289 of file DB2LoadInfo.h.


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