TrinityCore
Trinity::NearestCheckCustomizer Class Reference

#include <GridNotifiers.h>

Public Member Functions

 NearestCheckCustomizer (WorldObject const &obj, float range)
 
bool Test (WorldObject const *o) const
 
void Update (WorldObject const *o)
 

Private Attributes

WorldObject const & i_obj
 
float i_range
 

Detailed Description

Definition at line 635 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ NearestCheckCustomizer()

Trinity::NearestCheckCustomizer::NearestCheckCustomizer ( WorldObject const &  obj,
float  range 
)
inlineexplicit

Definition at line 638 of file GridNotifiers.h.

Member Function Documentation

◆ Test()

bool Trinity::NearestCheckCustomizer::Test ( WorldObject const *  o) const
inline

Definition at line 640 of file GridNotifiers.h.

+ Here is the call graph for this function:

◆ Update()

void Trinity::NearestCheckCustomizer::Update ( WorldObject const *  o)
inline

Definition at line 645 of file GridNotifiers.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ i_obj

WorldObject const& Trinity::NearestCheckCustomizer::i_obj
private

Definition at line 651 of file GridNotifiers.h.

◆ i_range

float Trinity::NearestCheckCustomizer::i_range
private

Definition at line 652 of file GridNotifiers.h.


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