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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [10]
 
static constexpr DB2LoadInfo Instance { Fields, 10, &BankTabMeta::Instance, HOTFIX_SEL_BANK_TAB }
 

Detailed Description

Definition at line 609 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta BankTabLoadInfo::Fields[10]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_LONG, .Name = "Cost" },
{ .IsSigned = false, .Type = FT_BYTE, .Name = "BankType" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "OrderIndex" },
{ .IsSigned = true, .Type = FT_INT, .Name = "PlayerConditionID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "PurchasePromptTitle" },
{ .IsSigned = true, .Type = FT_INT, .Name = "PurchasePromptBody" },
{ .IsSigned = true, .Type = FT_INT, .Name = "PurchasePromptConfirmation" },
{ .IsSigned = true, .Type = FT_INT, .Name = "TabCleanupConfirmation" },
{ .IsSigned = true, .Type = FT_INT, .Name = "TabNameEditBoxHeader" },
}
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164
@ FT_LONG
Definition Define.h:166

Definition at line 611 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo BankTabLoadInfo::Instance { Fields, 10, &BankTabMeta::Instance, HOTFIX_SEL_BANK_TAB }
staticconstexpr

Definition at line 625 of file DB2LoadInfo.h.


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