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

#include <ExtractorDB2LoadInfo.h>

Static Public Attributes

static constexpr DB2MetaField MetaFields [5]
 
static constexpr DB2Meta MetaInstance
 
static constexpr DB2FieldMeta Fields [6]
 
static constexpr DB2FileLoadInfo Instance { Fields, 6, &MetaInstance }
 

Detailed Description

Definition at line 138 of file ExtractorDB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta LiquidObjectLoadInfo::Fields[6]
staticconstexpr
Initial value:
=
{
{ false, FT_INT, "ID" },
{ false, FT_FLOAT, "FlowDirection" },
{ false, FT_FLOAT, "FlowSpeed" },
{ true, FT_SHORT, "LiquidTypeID" },
{ false, FT_BYTE, "Fishable" },
{ false, FT_BYTE, "Reflection" },
}
@ FT_FLOAT
Definition Define.h:162
@ FT_SHORT
Definition Define.h:165
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 160 of file ExtractorDB2LoadInfo.h.

◆ Instance

constexpr DB2FileLoadInfo LiquidObjectLoadInfo::Instance { Fields, 6, &MetaInstance }
staticconstexpr

Definition at line 170 of file ExtractorDB2LoadInfo.h.

◆ MetaFields

constexpr DB2MetaField LiquidObjectLoadInfo::MetaFields[5]
staticconstexpr
Initial value:
=
{
{ .Type = FT_FLOAT, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_FLOAT, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_SHORT, .ArraySize = 1, .IsSigned = true },
{ .Type = FT_BYTE, .ArraySize = 1, .IsSigned = false },
{ .Type = FT_BYTE, .ArraySize = 1, .IsSigned = false },
}

Definition at line 140 of file ExtractorDB2LoadInfo.h.

◆ MetaInstance

constexpr DB2Meta LiquidObjectLoadInfo::MetaInstance
staticconstexpr
Initial value:
=
{
.FileDataId = 1308058,
.IndexField = -1,
.ParentIndexField = -1,
.FieldCount = 5,
.FileFieldCount = 5,
.LayoutHash = 0xCB0D39E8,
.Fields = MetaFields
}
static constexpr DB2MetaField MetaFields[5]

Definition at line 149 of file ExtractorDB2LoadInfo.h.


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