TrinityCore
Trinity::CreatureWithOptionsInObjectRangeCheck< Customizer > Class Template Reference

#include <GridNotifiers.h>

Public Member Functions

 CreatureWithOptionsInObjectRangeCheck (WorldObject const &obj, Customizer &customizer, FindCreatureOptions const &args)
 
bool operator() (Creature const *u) const
 

Private Attributes

WorldObject const & i_obj
 
FindCreatureOptions const & i_args
 
Customizer & i_customizer
 

Detailed Description

template<typename Customizer = InRangeCheckCustomizer>
class Trinity::CreatureWithOptionsInObjectRangeCheck< Customizer >

Definition at line 1411 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ CreatureWithOptionsInObjectRangeCheck()

template<typename Customizer = InRangeCheckCustomizer>
Trinity::CreatureWithOptionsInObjectRangeCheck< Customizer >::CreatureWithOptionsInObjectRangeCheck ( WorldObject const &  obj,
Customizer &  customizer,
FindCreatureOptions const &  args 
)
inline

Definition at line 1414 of file GridNotifiers.h.

Member Function Documentation

◆ operator()()

template<typename Customizer = InRangeCheckCustomizer>
bool Trinity::CreatureWithOptionsInObjectRangeCheck< Customizer >::operator() ( Creature const *  u) const
inline

Definition at line 1417 of file GridNotifiers.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ i_args

template<typename Customizer = InRangeCheckCustomizer>
FindCreatureOptions const& Trinity::CreatureWithOptionsInObjectRangeCheck< Customizer >::i_args
private

Definition at line 1465 of file GridNotifiers.h.

◆ i_customizer

template<typename Customizer = InRangeCheckCustomizer>
Customizer& Trinity::CreatureWithOptionsInObjectRangeCheck< Customizer >::i_customizer
private

Definition at line 1466 of file GridNotifiers.h.

◆ i_obj

template<typename Customizer = InRangeCheckCustomizer>
WorldObject const& Trinity::CreatureWithOptionsInObjectRangeCheck< Customizer >::i_obj
private

Definition at line 1464 of file GridNotifiers.h.


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