TrinityCore
Trinity::GameObjectWithOptionsInObjectRangeCheck< Customizer > Class Template Reference

#include <GridNotifiers.h>

Public Member Functions

 GameObjectWithOptionsInObjectRangeCheck (WorldObject const &obj, Customizer &customizer, FindGameObjectOptions const &args)
 
bool operator() (GameObject const *go) const
 

Private Attributes

WorldObject const & i_obj
 
FindGameObjectOptions const & i_args
 
Customizer & i_customizer
 

Detailed Description

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

Definition at line 1470 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ GameObjectWithOptionsInObjectRangeCheck()

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

Definition at line 1473 of file GridNotifiers.h.

Member Function Documentation

◆ operator()()

template<typename Customizer = InRangeCheckCustomizer>
bool Trinity::GameObjectWithOptionsInObjectRangeCheck< Customizer >::operator() ( GameObject const *  go) const
inline

Definition at line 1476 of file GridNotifiers.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ i_args

template<typename Customizer = InRangeCheckCustomizer>
FindGameObjectOptions const& Trinity::GameObjectWithOptionsInObjectRangeCheck< Customizer >::i_args
private

Definition at line 1515 of file GridNotifiers.h.

◆ i_customizer

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

Definition at line 1516 of file GridNotifiers.h.

◆ i_obj

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

Definition at line 1514 of file GridNotifiers.h.


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