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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [5]
 
static constexpr DB2LoadInfo Instance { Fields, 5, &SpellRadiusMeta::Instance, HOTFIX_SEL_SPELL_RADIUS }
 

Detailed Description

Definition at line 5733 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SpellRadiusLoadInfo::Fields[5]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "Radius" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "RadiusPerLevel" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "RadiusMin" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "RadiusMax" },
}
@ FT_FLOAT
Definition Define.h:162
@ FT_INT
Definition Define.h:163

Definition at line 5735 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SpellRadiusLoadInfo::Instance { Fields, 5, &SpellRadiusMeta::Instance, HOTFIX_SEL_SPELL_RADIUS }
staticconstexpr

Definition at line 5744 of file DB2LoadInfo.h.


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