TrinityCore
TaxiPathNodeLoadInfo Struct Reference

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [11]
 
static constexpr DB2LoadInfo Instance { Fields, 11, &TaxiPathNodeMeta::Instance, HOTFIX_SEL_TAXI_PATH_NODE }
 

Detailed Description

Definition at line 5656 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta TaxiPathNodeLoadInfo::Fields[11]
staticconstexpr
Initial value:
=
{
{ false, FT_FLOAT, "LocX" },
{ false, FT_FLOAT, "LocY" },
{ false, FT_FLOAT, "LocZ" },
{ false, FT_INT, "ID" },
{ false, FT_SHORT, "PathID" },
{ true, FT_INT, "NodeIndex" },
{ false, FT_SHORT, "ContinentID" },
{ true, FT_INT, "Flags" },
{ false, FT_INT, "Delay" },
{ true, FT_INT, "ArrivalEventID" },
{ true, FT_INT, "DepartureEventID" },
}
@ FT_FLOAT
Definition: Define.h:150
@ FT_SHORT
Definition: Define.h:153
@ FT_INT
Definition: Define.h:151

Definition at line 5658 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo TaxiPathNodeLoadInfo::Instance { Fields, 11, &TaxiPathNodeMeta::Instance, HOTFIX_SEL_TAXI_PATH_NODE }
staticconstexpr

Definition at line 5673 of file DB2LoadInfo.h.


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