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

#include <DB2LoadInfo.h>

Static Public Attributes

static constexpr DB2FieldMeta Fields [12]
 
static constexpr DB2LoadInfo Instance { Fields, 12, &CreatureFamilyMeta::Instance, HOTFIX_SEL_CREATURE_FAMILY }
 

Detailed Description

Definition at line 1517 of file DB2LoadInfo.h.

Member Data Documentation

◆ Fields

constexpr DB2FieldMeta CreatureFamilyLoadInfo::Fields[12]
staticconstexpr
Initial value:
=
{
{ .IsSigned = false, .Type = FT_INT, .Name = "ID" },
{ .IsSigned = false, .Type = FT_STRING, .Name = "Name" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "MinScale" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "MinScaleLevel" },
{ .IsSigned = false, .Type = FT_FLOAT, .Name = "MaxScale" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "MaxScaleLevel" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "PetFoodMask" },
{ .IsSigned = true, .Type = FT_BYTE, .Name = "PetTalentType" },
{ .IsSigned = true, .Type = FT_INT, .Name = "CategoryEnumID" },
{ .IsSigned = true, .Type = FT_INT, .Name = "IconFileID" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "SkillLine1" },
{ .IsSigned = true, .Type = FT_SHORT, .Name = "SkillLine2" },
}
@ FT_FLOAT
Definition Define.h:162
@ FT_SHORT
Definition Define.h:165
@ FT_STRING
Definition Define.h:160
@ FT_INT
Definition Define.h:163
@ FT_BYTE
Definition Define.h:164

Definition at line 1519 of file DB2LoadInfo.h.

◆ Instance

constexpr DB2LoadInfo CreatureFamilyLoadInfo::Instance { Fields, 12, &CreatureFamilyMeta::Instance, HOTFIX_SEL_CREATURE_FAMILY }
staticconstexpr

Definition at line 1535 of file DB2LoadInfo.h.


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