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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [15]
 
static constexpr DB2LoadInfo Instance { Fields, 15, &GameObjectDisplayInfoMeta::Instance, HOTFIX_SEL_GAMEOBJECT_DISPLAY_INFO }
 
static constexpr DB2MetaField MetaFields [9]
 
static constexpr DB2Meta MetaInstance
 
static constexpr DB2FileLoadInfo Instance { Fields, 15, &MetaInstance }
 

Detailed Description

Definition at line 2106 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

static constexpr DB2FieldMeta GameobjectDisplayInfoLoadInfo::Fields
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "GeoBoxMinX" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "GeoBoxMinY" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "GeoBoxMinZ" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "GeoBoxMaxX" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "GeoBoxMaxY" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "GeoBoxMaxZ" },
{ .IsSigned = true, .Type = FT_INT, .Name = "FileDataID" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "ObjectEffectPackageID" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "OverrideLootEffectScale" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "OverrideNameScale" },
{ .IsSigned = true, .Type = FT_INT, .Name = "AlternateDisplayType" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ClientCreatureDisplayInfoID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ClientItemID" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "Unknown1100" },
}
@ FT_FLOAT
Definition Define.h:162
@ FT_SHORT
Definition Define.h:165
@ FT_INT
Definition Define.h:163

Definition at line 2108 of file DB2LoadInfo.h.

◆ Instance [1/2]

constexpr DB2LoadInfo GameobjectDisplayInfoLoadInfo::Instance { Fields, 15, &GameObjectDisplayInfoMeta::Instance, HOTFIX_SEL_GAMEOBJECT_DISPLAY_INFO }
staticconstexpr

Definition at line 2127 of file DB2LoadInfo.h.

◆ Instance [2/2]

constexpr DB2FileLoadInfo GameobjectDisplayInfoLoadInfo::Instance { Fields, 15, &MetaInstance }
staticconstexpr

Definition at line 106 of file ExtractorDB2LoadInfo.h.

◆ MetaFields

constexpr DB2MetaField GameobjectDisplayInfoLoadInfo::MetaFields[9]
staticconstexpr
Initial value:
=
{
{ .Type = FT_FLOAT, .ArraySize = 6, .IsSigned = true },
{ .Type = FT_INT, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_SHORT, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_FLOAT, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_FLOAT, .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_SHORT, .ArraySize = 1, .IsSigned = false },
}

Definition at line 63 of file ExtractorDB2LoadInfo.h.

◆ MetaInstance

constexpr DB2Meta GameobjectDisplayInfoLoadInfo::MetaInstance
staticconstexpr
Initial value:
=
{
.FileDataId = 1266277,
.IndexField = -1,
.ParentIndexField = -1,
.FieldCount = 9,
.FileFieldCount = 9,
.LayoutHash = 0x16D1DD61,
.Fields = MetaFields
}
static constexpr DB2MetaField MetaFields[9]

Definition at line 76 of file ExtractorDB2LoadInfo.h.


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