![]() |
TrinityCore
|
#include <DB2Structure.h>
Public Attributes | |
| uint32 | ID |
| LocalizedString | Name |
| float | MinScale |
| int8 | MinScaleLevel |
| float | MaxScale |
| int8 | MaxScaleLevel |
| int16 | PetFoodMask |
| int8 | PetTalentType |
| int32 | CategoryEnumID |
| int32 | IconFileID |
| std::array< int16, 2 > | SkillLine |
Definition at line 1123 of file DB2Structure.h.
| int32 CreatureFamilyEntry::CategoryEnumID |
Definition at line 1133 of file DB2Structure.h.
| int32 CreatureFamilyEntry::IconFileID |
Definition at line 1134 of file DB2Structure.h.
| uint32 CreatureFamilyEntry::ID |
Definition at line 1125 of file DB2Structure.h.
| float CreatureFamilyEntry::MaxScale |
Definition at line 1129 of file DB2Structure.h.
| int8 CreatureFamilyEntry::MaxScaleLevel |
Definition at line 1130 of file DB2Structure.h.
| float CreatureFamilyEntry::MinScale |
Definition at line 1127 of file DB2Structure.h.
| int8 CreatureFamilyEntry::MinScaleLevel |
Definition at line 1128 of file DB2Structure.h.
| LocalizedString CreatureFamilyEntry::Name |
Definition at line 1126 of file DB2Structure.h.
| int16 CreatureFamilyEntry::PetFoodMask |
Definition at line 1131 of file DB2Structure.h.
| int8 CreatureFamilyEntry::PetTalentType |
Definition at line 1132 of file DB2Structure.h.
| std::array<int16, 2> CreatureFamilyEntry::SkillLine |
Definition at line 1135 of file DB2Structure.h.