TrinityCore
npc_thorim_trashAI::AIHelper::MostHPMissingInRange Class Reference

Public Member Functions

 MostHPMissingInRange (Unit const *referer, float range, uint32 hp, uint32 exclAura=0, bool exclSelf=false)
 
bool operator() (Unit *u)
 

Private Attributes

Unit const * _referer
 
float _range
 
uint32 _hp
 
uint32 _exclAura
 
bool _exclSelf
 

Detailed Description

Definition at line 985 of file boss_thorim.cpp.

Constructor & Destructor Documentation

◆ MostHPMissingInRange()

npc_thorim_trashAI::AIHelper::MostHPMissingInRange::MostHPMissingInRange ( Unit const *  referer,
float  range,
uint32  hp,
uint32  exclAura = 0,
bool  exclSelf = false 
)
inline

Definition at line 988 of file boss_thorim.cpp.

Member Function Documentation

◆ operator()()

bool npc_thorim_trashAI::AIHelper::MostHPMissingInRange::operator() ( Unit u)
inline

Definition at line 991 of file boss_thorim.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ _exclAura

uint32 npc_thorim_trashAI::AIHelper::MostHPMissingInRange::_exclAura
private

Definition at line 1016 of file boss_thorim.cpp.

◆ _exclSelf

bool npc_thorim_trashAI::AIHelper::MostHPMissingInRange::_exclSelf
private

Definition at line 1017 of file boss_thorim.cpp.

◆ _hp

uint32 npc_thorim_trashAI::AIHelper::MostHPMissingInRange::_hp
private

Definition at line 1015 of file boss_thorim.cpp.

◆ _range

float npc_thorim_trashAI::AIHelper::MostHPMissingInRange::_range
private

Definition at line 1014 of file boss_thorim.cpp.

◆ _referer

Unit const* npc_thorim_trashAI::AIHelper::MostHPMissingInRange::_referer
private

Definition at line 1013 of file boss_thorim.cpp.


The documentation for this class was generated from the following file: