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
1316
{ }
Member Function Documentation
◆
operator()()
bool FlashFreezeCheck::operator()
(
WorldObject
*
target
)
const
inline
1319
{
1320
if
(
Unit
* unit = target->
ToUnit
())
1321
return
unit->HasAura(
SPELL_SAFE_AREA_TRIGGERED
) || unit->IsPet();
1322
return
true
;
1323
}
SPELL_SAFE_AREA_TRIGGERED
@ SPELL_SAFE_AREA_TRIGGERED
Definition
boss_hodir.cpp:45
Object::ToUnit
Unit * ToUnit()
Definition
Object.h:209
Unit
Definition
Unit.h:636
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 Mon Apr 28 2025 06:29:40 for AzerothCore by
1.9.8