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

#include <DB2Metadata.h>

Static Public Attributes

static constexpr DB2MetaField Fields [11]
 
static constexpr DB2Meta Instance
 

Detailed Description

Definition at line 7091 of file DB2Metadata.h.

Member Data Documentation

◆ Fields

constexpr DB2MetaField DungeonEncounterMeta::Fields[11]
staticconstexpr
Initial value:
=
{
{ .Type = FT_STRING, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_INT, .ArraySize = 1, .IsSigned = false },
{ .Type = FT_SHORT, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_SHORT, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_INT, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_INT, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_BYTE, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_INT, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_INT, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_INT, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_INT, .ArraySize = 1, .IsSigned = true },
}
@ 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 7093 of file DB2Metadata.h.

◆ Instance

constexpr DB2Meta DungeonEncounterMeta::Instance
staticconstexpr
Initial value:
=
{
.FileDataId = 1347279,
.IndexField = 1,
.ParentIndexField = 2,
.FieldCount = 11,
.FileFieldCount = 11,
.LayoutHash = 0x35863DC4,
.Fields = Fields
}
static constexpr DB2MetaField Fields[11]

Definition at line 7108 of file DB2Metadata.h.


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