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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [15]
 
static constexpr DB2LoadInfo Instance { Fields, 15, &SpellPowerMeta::Instance, HOTFIX_SEL_SPELL_POWER }
 

Detailed Description

Definition at line 5671 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SpellPowerLoadInfo::Fields[15]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "OrderIndex" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ManaCost" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ManaCostPerLevel" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ManaPerSecond" },
{ .IsSigned = false, .Type = FT_INT, .Name = "PowerDisplayID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "AltPowerBarID" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "PowerCostPct" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "PowerCostMaxPct" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "OptionalCostPct" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "PowerPctPerSecond" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "PowerType" },
{ .IsSigned = true, .Type = FT_INT, .Name = "RequiredAuraSpellID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "OptionalCost" },
{ .IsSigned = false, .Type = FT_INT, .Name = "SpellID" },
}
@ FT_FLOAT
Definition Define.h:162
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 5673 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SpellPowerLoadInfo::Instance { Fields, 15, &SpellPowerMeta::Instance, HOTFIX_SEL_SPELL_POWER }
staticconstexpr

Definition at line 5692 of file DB2LoadInfo.h.


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