TrinityCore
Trinity::DelayedUnitRelocation Struct Reference

#include <GridNotifiers.h>

Public Member Functions

 DelayedUnitRelocation (Cell &c, CellCoord &pair, Map &map, float radius)
 
template<class T >
void Visit (GridRefManager< T > &)
 
void Visit (CreatureMapType &)
 
void Visit (PlayerMapType &)
 

Public Attributes

Mapi_map
 
Cellcell
 
CellCoordp
 
const float i_radius
 

Detailed Description

Definition at line 89 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ DelayedUnitRelocation()

Trinity::DelayedUnitRelocation::DelayedUnitRelocation ( Cell c,
CellCoord pair,
Map map,
float  radius 
)
inline

Definition at line 95 of file GridNotifiers.h.

Member Function Documentation

◆ Visit() [1/3]

void DelayedUnitRelocation::Visit ( CreatureMapType m)

Definition at line 197 of file GridNotifiers.cpp.

+ Here is the call graph for this function:

◆ Visit() [2/3]

template<class T >
void Trinity::DelayedUnitRelocation::Visit ( GridRefManager< T > &  )
inline

Definition at line 97 of file GridNotifiers.h.

◆ Visit() [3/3]

void DelayedUnitRelocation::Visit ( PlayerMapType m)

Definition at line 215 of file GridNotifiers.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ cell

Cell& Trinity::DelayedUnitRelocation::cell

Definition at line 92 of file GridNotifiers.h.

◆ i_map

Map& Trinity::DelayedUnitRelocation::i_map

Definition at line 91 of file GridNotifiers.h.

◆ i_radius

const float Trinity::DelayedUnitRelocation::i_radius

Definition at line 94 of file GridNotifiers.h.

◆ p

CellCoord& Trinity::DelayedUnitRelocation::p

Definition at line 93 of file GridNotifiers.h.


The documentation for this struct was generated from the following files: