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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [15]
 
static constexpr DB2LoadInfo Instance { Fields, 15, &DifficultyMeta::Instance, HOTFIX_SEL_DIFFICULTY }
 

Detailed Description

Definition at line 1761 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta DifficultyLoadInfo::Fields[15]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "Name" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "InstanceType" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "OrderIndex" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "OldEnumValue" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "FallbackDifficultyID" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "MinPlayers" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "MaxPlayers" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "ItemContext" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "ToggleDifficultyID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "GroupSizeHealthCurveID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "GroupSizeDmgCurveID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "GroupSizeSpellPointsCurveID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Unknown1105" },
}
@ FT_SHORT
Definition Define.h:165
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 1763 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo DifficultyLoadInfo::Instance { Fields, 15, &DifficultyMeta::Instance, HOTFIX_SEL_DIFFICULTY }
staticconstexpr

Definition at line 1782 of file DB2LoadInfo.h.


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