TrinityCore
Trinity::MostHPMissingInRange Class Reference

#include <GridNotifiers.h>

Public Member Functions

 MostHPMissingInRange (Unit const *obj, float range, uint32 hp)
 
bool operator() (Unit *u)
 

Private Attributes

Unit const * i_obj
 
float i_range
 
uint64 i_hp
 

Detailed Description

Definition at line 843 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ MostHPMissingInRange()

Trinity::MostHPMissingInRange::MostHPMissingInRange ( Unit const *  obj,
float  range,
uint32  hp 
)
inline

Definition at line 846 of file GridNotifiers.h.

Member Function Documentation

◆ operator()()

bool Trinity::MostHPMissingInRange::operator() ( Unit u)
inline

Definition at line 848 of file GridNotifiers.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ i_hp

uint64 Trinity::MostHPMissingInRange::i_hp
private

Definition at line 861 of file GridNotifiers.h.

◆ i_obj

Unit const* Trinity::MostHPMissingInRange::i_obj
private

Definition at line 859 of file GridNotifiers.h.

◆ i_range

float Trinity::MostHPMissingInRange::i_range
private

Definition at line 860 of file GridNotifiers.h.


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