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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [8]
 
static constexpr DB2LoadInfo Instance { Fields, 8, &SpellRangeMeta::Instance, HOTFIX_SEL_SPELL_RANGE }
 

Detailed Description

Definition at line 5747 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SpellRangeLoadInfo::Fields[8]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "DisplayName" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "DisplayNameShort" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "RangeMin1" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "RangeMin2" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "RangeMax1" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "RangeMax2" },
}
@ FT_FLOAT
Definition Define.h:162
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163

Definition at line 5749 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SpellRangeLoadInfo::Instance { Fields, 8, &SpellRangeMeta::Instance, HOTFIX_SEL_SPELL_RANGE }
staticconstexpr

Definition at line 5761 of file DB2LoadInfo.h.


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