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

#include <GridNotifiers.h>

Public Member Functions

 CreatureListSearcher (WorldObject const *searcher, std::list< Creature * > &objects, Check &check)
void Visit (CreatureMapType &m)
template<class NOT_INTERESTED>
void Visit (GridRefManager< NOT_INTERESTED > &)

Public Attributes

Check & i_check
std::list< Creature * > & i_objects
uint32 i_phaseMask

Detailed Description

template<class Check>
struct Skyfire::CreatureListSearcher< Check >

Definition at line 445 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ CreatureListSearcher()

template<class Check>
Skyfire::CreatureListSearcher< Check >::CreatureListSearcher ( WorldObject const * searcher,
std::list< Creature * > & objects,
Check & check )
inline

Definition at line 451 of file GridNotifiers.h.

References i_check, i_objects, and i_phaseMask.

Member Function Documentation

◆ Visit() [1/2]

template<class Check>
void Skyfire::CreatureListSearcher< Check >::Visit ( CreatureMapType & m)

◆ Visit() [2/2]

template<class Check>
template<class NOT_INTERESTED>
void Skyfire::CreatureListSearcher< Check >::Visit ( GridRefManager< NOT_INTERESTED > & )
inline

Definition at line 456 of file GridNotifiers.h.

Member Data Documentation

◆ i_check

template<class Check>
Check& Skyfire::CreatureListSearcher< Check >::i_check

Definition at line 449 of file GridNotifiers.h.

Referenced by CreatureListSearcher(), and Visit().

◆ i_objects

template<class Check>
std::list<Creature*>& Skyfire::CreatureListSearcher< Check >::i_objects

Definition at line 448 of file GridNotifiers.h.

Referenced by CreatureListSearcher(), and Visit().

◆ i_phaseMask

template<class Check>
uint32 Skyfire::CreatureListSearcher< Check >::i_phaseMask

Definition at line 447 of file GridNotifiers.h.

Referenced by CreatureListSearcher(), and Visit().


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