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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [12]
 
static constexpr DB2LoadInfo Instance { Fields, 12, &CriteriaMeta::Instance, HOTFIX_SEL_CRITERIA }
 

Detailed Description

Definition at line 1612 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta CriteriaLoadInfo::Fields[12]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "Type" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Asset" },
{ .IsSigned = false, .Type = FT_INT, .Name = "ModifierTreeId" },
{ .IsSigned = true, .Type = FT_INT, .Name = "StartEvent" },
{ .IsSigned = true, .Type = FT_INT, .Name = "StartAsset" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "StartTimer" },
{ .IsSigned = true, .Type = FT_INT, .Name = "FailEvent" },
{ .IsSigned = true, .Type = FT_INT, .Name = "FailAsset" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "EligibilityWorldStateID" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "EligibilityWorldStateValue" },
}
@ FT_SHORT
Definition Define.h:165
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 1614 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo CriteriaLoadInfo::Instance { Fields, 12, &CriteriaMeta::Instance, HOTFIX_SEL_CRITERIA }
staticconstexpr

Definition at line 1630 of file DB2LoadInfo.h.


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