|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <ObjectMgr.h>
Public Member Functions | |
| bool | IsFitToRequirements (Unit const *clicker, Unit const *clickee) const |
Public Attributes | |
| uint8 | castFlags |
| uint32 | spellId |
| SpellClickUserTypes | userType |
Definition at line 391 of file ObjectMgr.h.
Definition at line 224 of file ObjectMgr.cpp.
References TempSummon::GetSummoner(), Unit::IsFriendlyTo(), Unit::IsInPartyWith(), Unit::IsInRaidWith(), Unit::IsSummon(), SPELL_CLICK_USER_FRIEND, SPELL_CLICK_USER_PARTY, SPELL_CLICK_USER_RAID, Object::ToPlayer(), Unit::ToTempSummon(), and userType.
| uint8 SpellClickInfo::castFlags |
Definition at line 394 of file ObjectMgr.h.
Referenced by ObjectMgr::LoadNPCSpellClickSpells().
| uint32 SpellClickInfo::spellId |
Definition at line 393 of file ObjectMgr.h.
Referenced by ObjectMgr::LoadNPCSpellClickSpells().
| SpellClickUserTypes SpellClickInfo::userType |
Definition at line 395 of file ObjectMgr.h.
Referenced by IsFitToRequirements(), and ObjectMgr::LoadNPCSpellClickSpells().