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
1349
{ }
Member Function Documentation
◆
operator()()
bool FlashFreezeCheck::operator()
(
WorldObject
*
target
)
const
inline
1352
{
1353
if
(
Unit
* unit = target->
ToUnit
())
1354
return
unit->HasAura(
SPELL_SAFE_AREA_TRIGGERED
) || unit->IsPet();
1355
return
true
;
1356
}
SPELL_SAFE_AREA_TRIGGERED
@ SPELL_SAFE_AREA_TRIGGERED
Definition
boss_hodir.cpp:47
Object::ToUnit
Unit * ToUnit()
Definition
Object.h:216
Unit
Definition
Unit.h:665
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 Fri Sep 25 2026 11:00:48 for AzerothCore by
1.9.8