Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
Skyfire::PlayerDistWorker< Do > Struct Template Reference

#include <GridNotifiers.h>

Collaboration diagram for Skyfire::PlayerDistWorker< Do >:

Public Member Functions

 PlayerDistWorker (WorldObject const *searcher, float _dist, Do &_do)
template<class NOT_INTERESTED>
void Visit (GridRefManager< NOT_INTERESTED > &)
void Visit (PlayerMapType &m)

Public Attributes

float i_dist
Do & i_do
WorldObject const * i_searcher

Detailed Description

template<class Do>
struct Skyfire::PlayerDistWorker< Do >

Definition at line 546 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ PlayerDistWorker()

template<class Do>
Skyfire::PlayerDistWorker< Do >::PlayerDistWorker ( WorldObject const * searcher,
float _dist,
Do & _do )
inline

Definition at line 552 of file GridNotifiers.h.

References i_dist, i_do, and i_searcher.

Member Function Documentation

◆ Visit() [1/2]

template<class Do>
template<class NOT_INTERESTED>
void Skyfire::PlayerDistWorker< Do >::Visit ( GridRefManager< NOT_INTERESTED > & )
inline

Definition at line 562 of file GridNotifiers.h.

◆ Visit() [2/2]

template<class Do>
void Skyfire::PlayerDistWorker< Do >::Visit ( PlayerMapType & m)
inline

Member Data Documentation

◆ i_dist

template<class Do>
float Skyfire::PlayerDistWorker< Do >::i_dist

Definition at line 549 of file GridNotifiers.h.

Referenced by PlayerDistWorker(), and Visit().

◆ i_do

template<class Do>
Do& Skyfire::PlayerDistWorker< Do >::i_do

Definition at line 550 of file GridNotifiers.h.

Referenced by PlayerDistWorker(), and Visit().

◆ i_searcher

template<class Do>
WorldObject const* Skyfire::PlayerDistWorker< Do >::i_searcher

Definition at line 548 of file GridNotifiers.h.

Referenced by PlayerDistWorker(), and Visit().


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