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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [13]
 
static constexpr DB2LoadInfo Instance { Fields, 13, &PowerTypeMeta::Instance, HOTFIX_SEL_POWER_TYPE }
 

Detailed Description

Definition at line 4613 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta PowerTypeLoadInfo::Fields[13]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_STRING_NOT_LOCALIZED, .Name = "NameGlobalStringTag" },
{ .IsSigned = false, .Type = FT_STRING_NOT_LOCALIZED, .Name = "CostGlobalStringTag" },
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "PowerTypeEnum" },
{ .IsSigned = true, .Type = FT_INT, .Name = "MinPower" },
{ .IsSigned = true, .Type = FT_INT, .Name = "MaxBasePower" },
{ .IsSigned = true, .Type = FT_INT, .Name = "CenterPower" },
{ .IsSigned = true, .Type = FT_INT, .Name = "DefaultPower" },
{ .IsSigned = true, .Type = FT_INT, .Name = "DisplayModifier" },
{ .IsSigned = true, .Type = FT_INT, .Name = "RegenInterruptTimeMS" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "RegenPeace" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "RegenCombat" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
}
@ FT_FLOAT
Definition Define.h:162
@ FT_INT
Definition Define.h:163
@ FT_STRING_NOT_LOCALIZED
Definition Define.h:161
@ FT_BYTE
Definition Define.h:164

Definition at line 4615 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo PowerTypeLoadInfo::Instance { Fields, 13, &PowerTypeMeta::Instance, HOTFIX_SEL_POWER_TYPE }
staticconstexpr

Definition at line 4632 of file DB2LoadInfo.h.


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