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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [5]
 
static constexpr DB2LoadInfo Instance { Fields, 5, &QuestInfoMeta::Instance, HOTFIX_SEL_QUEST_INFO }
 

Detailed Description

Definition at line 4771 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta QuestInfoLoadInfo::Fields[5]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "InfoName" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "Type" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Modifiers" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "Profession" },
}
@ FT_SHORT
Definition Define.h:165
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 4773 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo QuestInfoLoadInfo::Instance { Fields, 5, &QuestInfoMeta::Instance, HOTFIX_SEL_QUEST_INFO }
staticconstexpr

Definition at line 4782 of file DB2LoadInfo.h.


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