TrinityCore
Loading...
Searching...
No Matches
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 6163 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

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

Definition at line 6165 of file DB2LoadInfo.h.

◆ Instance

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

Definition at line 6180 of file DB2LoadInfo.h.


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