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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [7]
 
static constexpr DB2LoadInfo Instance { Fields, 7, &CharacterLoadoutMeta::Instance, HOTFIX_SEL_CHARACTER_LOADOUT }
 

Detailed Description

Definition at line 924 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta CharacterLoadoutLoadInfo::Fields[7]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_LONG, .Name = "RaceMask" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "ChrClassID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Purpose" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "ItemContext" },
{ .IsSigned = true, .Type = FT_INT, .Name = "RaceMask_1" },
{ .IsSigned = true, .Type = FT_INT, .Name = "RaceMask_2" },
}
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164
@ FT_LONG
Definition Define.h:166

Definition at line 926 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo CharacterLoadoutLoadInfo::Instance { Fields, 7, &CharacterLoadoutMeta::Instance, HOTFIX_SEL_CHARACTER_LOADOUT }
staticconstexpr

Definition at line 937 of file DB2LoadInfo.h.


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