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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [7]
 
static constexpr DB2LoadInfo Instance { Fields, 7, &SummonPropertiesMeta::Instance, HOTFIX_SEL_SUMMON_PROPERTIES }
 

Detailed Description

Definition at line 6042 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SummonPropertiesLoadInfo::Fields[7]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Control" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Faction" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Title" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Slot" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags1" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags2" },
}
@ FT_INT
Definition Define.h:163

Definition at line 6044 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SummonPropertiesLoadInfo::Instance { Fields, 7, &SummonPropertiesMeta::Instance, HOTFIX_SEL_SUMMON_PROPERTIES }
staticconstexpr

Definition at line 6055 of file DB2LoadInfo.h.


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