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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [8]
 
static constexpr DB2LoadInfo Instance { Fields, 8, &CriteriaTreeMeta::Instance, HOTFIX_SEL_CRITERIA_TREE }
 

Detailed Description

Definition at line 1633 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta CriteriaTreeLoadInfo::Fields[8]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "Description" },
{ .IsSigned = false, .Type = FT_INT, .Name = "Parent" },
{ .IsSigned = false, .Type = FT_INT, .Name = "Amount" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Operator" },
{ .IsSigned = false, .Type = FT_INT, .Name = "CriteriaID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "OrderIndex" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
}
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163

Definition at line 1635 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo CriteriaTreeLoadInfo::Instance { Fields, 8, &CriteriaTreeMeta::Instance, HOTFIX_SEL_CRITERIA_TREE }
staticconstexpr

Definition at line 1647 of file DB2LoadInfo.h.


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