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
1342
{ }
Member Function Documentation
◆
operator()()
bool FlashFreezeCheck::operator()
(
WorldObject
*
target
)
const
inline
1345
{
1346
if
(
Unit
* unit = target->
ToUnit
())
1347
return
unit->HasAura(
SPELL_SAFE_AREA_TRIGGERED
) || unit->IsPet();
1348
return
true
;
1349
}
SPELL_SAFE_AREA_TRIGGERED
@ SPELL_SAFE_AREA_TRIGGERED
Definition
boss_hodir.cpp:47
Object::ToUnit
Unit * ToUnit()
Definition
Object.h:210
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 Tue Aug 11 2026 06:58:51 for AzerothCore by
1.9.8