TrinityCore
Trinity::AnyPlayerInPositionRangeCheck Class Reference

#include <GridNotifiers.h>

Public Member Functions

 AnyPlayerInPositionRangeCheck (Position const *pos, float range, bool reqAlive=true)
 
bool operator() (Player *u)
 

Private Attributes

Position const * _pos
 
float _range
 
bool _reqAlive
 

Detailed Description

Definition at line 1541 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ AnyPlayerInPositionRangeCheck()

Trinity::AnyPlayerInPositionRangeCheck::AnyPlayerInPositionRangeCheck ( Position const *  pos,
float  range,
bool  reqAlive = true 
)
inline

Definition at line 1544 of file GridNotifiers.h.

Member Function Documentation

◆ operator()()

bool Trinity::AnyPlayerInPositionRangeCheck::operator() ( Player u)
inline

Definition at line 1545 of file GridNotifiers.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ _pos

Position const* Trinity::AnyPlayerInPositionRangeCheck::_pos
private

Definition at line 1557 of file GridNotifiers.h.

◆ _range

float Trinity::AnyPlayerInPositionRangeCheck::_range
private

Definition at line 1558 of file GridNotifiers.h.

◆ _reqAlive

bool Trinity::AnyPlayerInPositionRangeCheck::_reqAlive
private

Definition at line 1559 of file GridNotifiers.h.


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