|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <GridNotifiers.h>
Public Member Functions | |
| PlayerListSearcher (WorldObject const *searcher, std::list< Player * > &objects, Check &check) | |
| template<class NOT_INTERESTED> | |
| void | Visit (GridRefManager< NOT_INTERESTED > &) |
| void | Visit (PlayerMapType &m) |
Public Attributes | |
| Check & | i_check |
| std::list< Player * > & | i_objects |
| uint32 | i_phaseMask |
Definition at line 496 of file GridNotifiers.h.
|
inline |
Definition at line 502 of file GridNotifiers.h.
References i_check, i_objects, and i_phaseMask.
|
inline |
Definition at line 507 of file GridNotifiers.h.
| void Skyfire::PlayerListSearcher< Check >::Visit | ( | PlayerMapType & | m | ) |
Definition at line 507 of file GridNotifiersImpl.h.
References GridRefManager< OBJECT >::begin(), GridRefManager< OBJECT >::end(), i_check, i_objects, and i_phaseMask.
| Check& Skyfire::PlayerListSearcher< Check >::i_check |
Definition at line 500 of file GridNotifiers.h.
Referenced by PlayerListSearcher(), and Visit().
| std::list<Player*>& Skyfire::PlayerListSearcher< Check >::i_objects |
Definition at line 499 of file GridNotifiers.h.
Referenced by PlayerListSearcher(), and Visit().
| uint32 Skyfire::PlayerListSearcher< Check >::i_phaseMask |
Definition at line 498 of file GridNotifiers.h.
Referenced by PlayerListSearcher(), and Visit().