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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [20]
 
static constexpr DB2LoadInfo Instance { Fields, 20, &TaxiNodesMeta::Instance, HOTFIX_SEL_TAXI_NODES }
 

Detailed Description

Definition at line 6121 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta TaxiNodesLoadInfo::Fields[20]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_STRING, .Name = "Name" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "PosX" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "PosY" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "PosZ" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "MapOffsetX" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "MapOffsetY" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "FlightMapOffsetX" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "FlightMapOffsetY" },
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "ContinentID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "ConditionID" },
{ .IsSigned = false, .Type = FT_SHORT, .Name = "CharacterBitNumber" },
{ .IsSigned = true, .Type = FT_INT, .Name = "Flags" },
{ .IsSigned = true, .Type = FT_INT, .Name = "UiTextureKitID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "MinimapAtlasMemberID" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "Facing" },
{ .IsSigned = false, .Type = FT_INT, .Name = "SpecialIconConditionID" },
{ .IsSigned = false, .Type = FT_INT, .Name = "VisibilityConditionID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "MountCreatureID1" },
{ .IsSigned = true, .Type = FT_INT, .Name = "MountCreatureID2" },
}
@ FT_FLOAT
Definition Define.h:162
@ FT_SHORT
Definition Define.h:165
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163

Definition at line 6123 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo TaxiNodesLoadInfo::Instance { Fields, 20, &TaxiNodesMeta::Instance, HOTFIX_SEL_TAXI_NODES }
staticconstexpr

Definition at line 6147 of file DB2LoadInfo.h.


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