TrinityCore
Trinity::NearestCreatureEntryWithLiveStateInObjectRangeCheck Class Reference

#include <GridNotifiers.h>

Public Member Functions

 NearestCreatureEntryWithLiveStateInObjectRangeCheck (WorldObject const &obj, uint32 entry, bool alive, float range)
 
bool operator() (Creature *u)
 

Private Member Functions

 NearestCreatureEntryWithLiveStateInObjectRangeCheck (NearestCreatureEntryWithLiveStateInObjectRangeCheck const &)=delete
 

Private Attributes

WorldObject const & i_obj
 
uint32 i_entry
 
bool i_alive
 
float i_range
 

Detailed Description

Definition at line 1379 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ NearestCreatureEntryWithLiveStateInObjectRangeCheck() [1/2]

Trinity::NearestCreatureEntryWithLiveStateInObjectRangeCheck::NearestCreatureEntryWithLiveStateInObjectRangeCheck ( WorldObject const &  obj,
uint32  entry,
bool  alive,
float  range 
)
inline

Definition at line 1382 of file GridNotifiers.h.

◆ NearestCreatureEntryWithLiveStateInObjectRangeCheck() [2/2]

Trinity::NearestCreatureEntryWithLiveStateInObjectRangeCheck::NearestCreatureEntryWithLiveStateInObjectRangeCheck ( NearestCreatureEntryWithLiveStateInObjectRangeCheck const &  )
privatedelete

Member Function Documentation

◆ operator()()

bool Trinity::NearestCreatureEntryWithLiveStateInObjectRangeCheck::operator() ( Creature u)
inline

Definition at line 1385 of file GridNotifiers.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ i_alive

bool Trinity::NearestCreatureEntryWithLiveStateInObjectRangeCheck::i_alive
private

Definition at line 1403 of file GridNotifiers.h.

◆ i_entry

uint32 Trinity::NearestCreatureEntryWithLiveStateInObjectRangeCheck::i_entry
private

Definition at line 1402 of file GridNotifiers.h.

◆ i_obj

WorldObject const& Trinity::NearestCreatureEntryWithLiveStateInObjectRangeCheck::i_obj
private

Definition at line 1401 of file GridNotifiers.h.

◆ i_range

float Trinity::NearestCreatureEntryWithLiveStateInObjectRangeCheck::i_range
private

Definition at line 1404 of file GridNotifiers.h.


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