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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [14]
 
static constexpr DB2LoadInfo Instance { Fields, 14, &CampaignMeta::Instance, HOTFIX_SEL_CAMPAIGN }
 

Detailed Description

Definition at line 813 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta CampaignLoadInfo::Fields[14]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "Title" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "Description" },
{ .IsSigned = true, .Type = FT_INT, .Name = "UiTextureKitID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "RewardQuestID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Prerequisite" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Stalled" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Completed" },
{ .IsSigned = true, .Type = FT_INT, .Name = "OnlyStallIf" },
{ .IsSigned = true, .Type = FT_INT, .Name = "UiQuestDetailsThemeID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
{ .IsSigned = true, .Type = FT_INT, .Name = "DisplayPriority" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SortAsNormalQuest" },
{ .IsSigned = true, .Type = FT_INT, .Name = "UseMinimalHeader" },
}
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163

Definition at line 815 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo CampaignLoadInfo::Instance { Fields, 14, &CampaignMeta::Instance, HOTFIX_SEL_CAMPAIGN }
staticconstexpr

Definition at line 833 of file DB2LoadInfo.h.


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