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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [4]
 
static constexpr DB2LoadInfo Instance { Fields, 4, &PathNodeMeta::Instance, HOTFIX_SEL_PATH_NODE }
 

Detailed Description

Definition at line 4308 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta PathNodeLoadInfo::Fields[4]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "PathID" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "Sequence" },
{ .IsSigned = true, .Type = FT_INT, .Name = "LocationID" },
}
@ FT_SHORT
Definition Define.h:165
@ FT_INT
Definition Define.h:163

Definition at line 4310 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo PathNodeLoadInfo::Instance { Fields, 4, &PathNodeMeta::Instance, HOTFIX_SEL_PATH_NODE }
staticconstexpr

Definition at line 4318 of file DB2LoadInfo.h.


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