AzerothCore
3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
Public Member Functions
|
List of all members
AliveCheck Class Reference
Public Member Functions
bool
operator()
(
WorldObject
*object) const
Detailed Description
Member Function Documentation
◆
operator()()
bool AliveCheck::operator()
(
WorldObject
*
object
)
const
inline
2100
{
2101
if
(
Unit
* unit = object->
ToUnit
())
2102
return
unit->IsAlive();
2103
return
true
;
2104
}
Object::ToUnit
Unit * ToUnit()
Definition
Object.h:209
Unit
Definition
Unit.h:636
References
Object::ToUnit()
.
The documentation for this class was generated from the following file:
azerothcore-wotlk/src/server/scripts/Northrend/IcecrownCitadel/
icecrown_citadel.cpp
AliveCheck
Generated on Mon Apr 28 2025 06:29:21 for AzerothCore by
1.9.8