![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "CreatureData.h"
Public Member Functions | |
| CreatureData () | |
Public Attributes | |
| uint32 | id1 {0} |
| uint32 | id2 {0} |
| uint32 | id3 {0} |
| uint32 | displayid {0} |
| int8 | equipmentId {0} |
| uint32 | spawntimesecs {0} |
| float | wander_distance {0.0f} |
| uint32 | currentwaypoint {0} |
| uint32 | curhealth {0} |
| uint32 | curmana {0} |
| uint8 | movementType {0} |
| uint32 | npcflag {0} |
| uint32 | unit_flags {0} |
| uint32 | dynamicflags {0} |
Public Attributes inherited from SpawnData | |
| SpawnObjectType const | type |
| ObjectGuid::LowType | spawnId {0} |
| uint16 | mapid {0} |
| uint32 | phaseMask {0} |
| float | posX {0.0f} |
| float | posY {0.0f} |
| float | posZ {0.0f} |
| float | orientation {0.0f} |
| uint8 | spawnMask {0} |
| uint32 | ScriptId {0} |
| bool | dbData {true} |
| uint32 | spawnGroupId {0} |
Additional Inherited Members | |
Protected Member Functions inherited from SpawnData | |
| SpawnData (SpawnObjectType t) | |
|
inline |
| uint32 CreatureData::curhealth {0} |
Referenced by ObjectMgr::AddCreData(), Creature::LoadCreatureFromDB(), ObjectMgr::LoadCreatures(), and Creature::SaveToDB().
| uint32 CreatureData::curmana {0} |
Referenced by ObjectMgr::AddCreData(), Creature::LoadCreatureFromDB(), ObjectMgr::LoadCreatures(), and Creature::SaveToDB().
| uint32 CreatureData::currentwaypoint {0} |
Referenced by ObjectMgr::AddCreData(), ObjectMgr::LoadCreatures(), and Creature::SaveToDB().
| uint32 CreatureData::displayid {0} |
| uint32 CreatureData::dynamicflags {0} |
Referenced by ObjectMgr::AddCreData(), ObjectMgr::ChooseCreatureFlags(), ObjectMgr::LoadCreatures(), and Creature::SaveToDB().
| int8 CreatureData::equipmentId {0} |
| uint32 CreatureData::id1 {0} |
Referenced by OPvPCapturePoint::AddCre(), ObjectMgr::AddCreData(), ZoneScript::GetCreatureEntry(), instance_pit_of_saron::instance_pit_of_saron_InstanceScript::GetCreatureEntry(), instance_icecrown_citadel::instance_icecrown_citadel_InstanceMapScript::GetCreatureEntry(), WorldSession::HandleAuctionSellItem(), list_commandscript::HandleListRespawnsCommand(), npc_commandscript::HandleNpcAddCommand(), npc_commandscript::HandleNpcInfoCommandShowFromDB(), tele_commandscript::HandleTeleNameNpcSpawnIdCommand(), ConditionMgr::isSourceTypeValid(), SmartAIMgr::IsTextValid(), Creature::LoadCreatureFromDB(), ObjectMgr::LoadCreatures(), ObjectMgr::LoadLinkedRespawn(), npc_argent_captainAI::Reset(), Creature::Respawn(), Creature::SaveToDB(), and ObjectMgr::SetCreatureLinkedRespawn().
| uint32 CreatureData::id2 {0} |
Referenced by ObjectMgr::AddCreData(), npc_commandscript::HandleNpcInfoCommandShowFromDB(), Creature::LoadCreatureFromDB(), ObjectMgr::LoadCreatures(), and Creature::Respawn().
| uint32 CreatureData::id3 {0} |
Referenced by ObjectMgr::AddCreData(), npc_commandscript::HandleNpcInfoCommandShowFromDB(), Creature::LoadCreatureFromDB(), ObjectMgr::LoadCreatures(), and Creature::Respawn().
| uint8 CreatureData::movementType {0} |
Referenced by ObjectMgr::AddCreData(), Creature::LoadCreatureFromDB(), ObjectMgr::LoadCreatures(), Creature::Respawn(), and Creature::SaveToDB().
| uint32 CreatureData::npcflag {0} |
| uint32 CreatureData::spawntimesecs {0} |
| uint32 CreatureData::unit_flags {0} |
Referenced by ObjectMgr::AddCreData(), ObjectMgr::ChooseCreatureFlags(), ObjectMgr::LoadCreatures(), and Creature::SaveToDB().
| float CreatureData::wander_distance {0.0f} |
Referenced by BattlegroundAV::AddAVCreature(), ObjectMgr::AddCreData(), Creature::LoadCreatureFromDB(), ObjectMgr::LoadCreatures(), and Creature::SaveToDB().