AzerothCore
3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
Public Member Functions
|
List of all members
FlashFreezeCheck Class Reference
Public Member Functions
FlashFreezeCheck
()
bool
operator()
(
WorldObject
*target) const
Detailed Description
Constructor & Destructor Documentation
◆
FlashFreezeCheck()
FlashFreezeCheck::FlashFreezeCheck
(
)
inline
1317
{ }
Member Function Documentation
◆
operator()()
bool FlashFreezeCheck::operator()
(
WorldObject
*
target
)
const
inline
1320
{
1321
if
(
Unit
* unit = target->
ToUnit
())
1322
return
unit->HasAura(
SPELL_SAFE_AREA_TRIGGERED
) || unit->IsPet();
1323
return
true
;
1324
}
SPELL_SAFE_AREA_TRIGGERED
@ SPELL_SAFE_AREA_TRIGGERED
Definition
boss_hodir.cpp:46
Object::ToUnit
Unit * ToUnit()
Definition
Object.h:210
Unit
Definition
Unit.h:620
References
SPELL_SAFE_AREA_TRIGGERED
, and
Object::ToUnit()
.
The documentation for this class was generated from the following file:
azerothcore-wotlk/src/server/scripts/Northrend/Ulduar/Ulduar/
boss_hodir.cpp
FlashFreezeCheck
Generated on Sun Jun 29 2025 06:22:41 for AzerothCore by
1.9.8