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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [7]
 
static constexpr DB2LoadInfo Instance { Fields, 7, &CurvePointMeta::Instance, HOTFIX_SEL_CURVE_POINT }
 

Detailed Description

Definition at line 1713 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta CurvePointLoadInfo::Fields[7]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "PosX" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "PosY" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "PreSLSquishPosX" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "PreSLSquishPosY" },
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "CurveID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "OrderIndex" },
}
@ FT_FLOAT
Definition Define.h:162
@ FT_INT
Definition Define.h:163

Definition at line 1715 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo CurvePointLoadInfo::Instance { Fields, 7, &CurvePointMeta::Instance, HOTFIX_SEL_CURVE_POINT }
staticconstexpr

Definition at line 1726 of file DB2LoadInfo.h.


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