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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [5]
 
static constexpr DB2LoadInfo Instance { Fields, 5, &ToyMeta::Instance, HOTFIX_SEL_TOY }
 

Detailed Description

Definition at line 6196 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta ToyLoadInfo::Fields[5]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_STRING, .Name = "SourceText" },
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ItemID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "SourceTypeEnum" },
}
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 6198 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo ToyLoadInfo::Instance { Fields, 5, &ToyMeta::Instance, HOTFIX_SEL_TOY }
staticconstexpr

Definition at line 6207 of file DB2LoadInfo.h.


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