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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [15]
 
static constexpr DB2LoadInfo Instance { Fields, 15, &SkillLineMeta::Instance, HOTFIX_SEL_SKILL_LINE }
 

Detailed Description

Definition at line 5063 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta SkillLineLoadInfo::Fields[15]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_STRING, .Name = "DisplayName" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "AlternateVerb" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "Description" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "HordeDisplayName" },
{ .IsSigned = false, .Type = FT_STRING_NOT_LOCALIZED, .Name = "OverrideSourceInfoDisplayName" },
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "CategoryID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SpellIconFileID" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "CanLink" },
{ .IsSigned = false, .Type = FT_INT, .Name = "ParentSkillLineID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ParentTierIndex" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
{ .IsSigned = true, .Type = FT_INT, .Name = "SpellBookSpellID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ExpansionNameSharedStringID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "HordeExpansionNameSharedStringID" },
}
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163
@ FT_STRING_NOT_LOCALIZED
Definition Define.h:161
@ FT_BYTE
Definition Define.h:164

Definition at line 5065 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo SkillLineLoadInfo::Instance { Fields, 15, &SkillLineMeta::Instance, HOTFIX_SEL_SKILL_LINE }
staticconstexpr

Definition at line 5084 of file DB2LoadInfo.h.


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