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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [6]
 
static constexpr DB2LoadInfo Instance { Fields, 6, &LanguagesMeta::Instance, HOTFIX_SEL_LANGUAGES }
 

Detailed Description

Definition at line 3695 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta LanguagesLoadInfo::Fields[6]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_STRING, .Name = "Name" },
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
{ .IsSigned = true, .Type = FT_INT, .Name = "UiTextureKitID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "UiTextureKitElementCount" },
{ .IsSigned = true, .Type = FT_INT, .Name = "LearningCurveID" },
}
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163

Definition at line 3697 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo LanguagesLoadInfo::Instance { Fields, 6, &LanguagesMeta::Instance, HOTFIX_SEL_LANGUAGES }
staticconstexpr

Definition at line 3707 of file DB2LoadInfo.h.


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