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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [4]
 
static constexpr DB2LoadInfo Instance { Fields, 4, &NameGenMeta::Instance, HOTFIX_SEL_NAME_GEN }
 

Detailed Description

Definition at line 4194 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta NameGenLoadInfo::Fields[4]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_STRING_NOT_LOCALIZED, .Name = "Name" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "RaceID" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "Sex" },
}
@ FT_INT
Definition Define.h:163
@ FT_STRING_NOT_LOCALIZED
Definition Define.h:161
@ FT_BYTE
Definition Define.h:164

Definition at line 4196 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo NameGenLoadInfo::Instance { Fields, 4, &NameGenMeta::Instance, HOTFIX_SEL_NAME_GEN }
staticconstexpr

Definition at line 4204 of file DB2LoadInfo.h.


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