|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <DBCStructure.h>
Public Attributes | |
| uint32 | ID |
| float | maxScale |
| uint32 | maxScaleLevel |
| float | minScale |
| uint32 | minScaleLevel |
| char * | Name |
| uint32 | petFoodMask |
| int32 | petTalentType |
| uint32 | skillLine [2] |
Definition at line 952 of file DBCStructure.h.
| uint32 CreatureFamilyEntry::ID |
Definition at line 954 of file DBCStructure.h.
Referenced by Pet::LearnPetPassives(), and SpellMgr::LoadPetLevelupSpellMap().
| float CreatureFamilyEntry::maxScale |
Definition at line 957 of file DBCStructure.h.
Referenced by Guardian::InitStatsForLevel().
| uint32 CreatureFamilyEntry::maxScaleLevel |
Definition at line 958 of file DBCStructure.h.
Referenced by Guardian::InitStatsForLevel().
| float CreatureFamilyEntry::minScale |
Definition at line 955 of file DBCStructure.h.
Referenced by Guardian::InitStatsForLevel().
| uint32 CreatureFamilyEntry::minScaleLevel |
Definition at line 956 of file DBCStructure.h.
Referenced by Guardian::InitStatsForLevel().
| char* CreatureFamilyEntry::Name |
Definition at line 963 of file DBCStructure.h.
Referenced by GetPetName().
| uint32 CreatureFamilyEntry::petFoodMask |
Definition at line 960 of file DBCStructure.h.
Referenced by Pet::HaveInDiet().
| int32 CreatureFamilyEntry::petTalentType |
Definition at line 961 of file DBCStructure.h.
Referenced by Player::BuildPetTalentsInfoData().
| uint32 CreatureFamilyEntry::skillLine[2] |
Definition at line 959 of file DBCStructure.h.
Referenced by TransportMgr::LoadDBCStores, and SpellMgr::LoadPetLevelupSpellMap().