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
2101
{
2102
if
(
Unit
* unit = object->
ToUnit
())
2103
return
unit->IsAlive();
2104
return
true
;
2105
}
Object::ToUnit
Unit * ToUnit()
Definition
Object.h:210
Unit
Definition
Unit.h:620
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 Sun Jun 29 2025 06:22:22 for AzerothCore by
1.9.8