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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [8]
 
static constexpr DB2LoadInfo Instance { Fields, 8, &ModifierTreeMeta::Instance, HOTFIX_SEL_MODIFIER_TREE }
 

Detailed Description

Definition at line 4064 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta ModifierTreeLoadInfo::Fields[8]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "Parent" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "Operator" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "Amount" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Type" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Asset" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SecondaryAsset" },
{ .IsSigned = true, .Type = FT_INT, .Name = "TertiaryAsset" },
}
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 4066 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo ModifierTreeLoadInfo::Instance { Fields, 8, &ModifierTreeMeta::Instance, HOTFIX_SEL_MODIFIER_TREE }
staticconstexpr

Definition at line 4078 of file DB2LoadInfo.h.


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