|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <GridNotifiers.h>
Public Member Functions | |
| PlayerLastSearcher (WorldObject const *searcher, Player *&result, Check &check) | |
| template<class NOT_INTERESTED> | |
| void | Visit (GridRefManager< NOT_INTERESTED > &) |
| void | Visit (PlayerMapType &m) |
Public Attributes | |
| Check & | i_check |
| Player *& | i_object |
| uint32 | i_phaseMask |
Definition at line 511 of file GridNotifiers.h.
|
inline |
Definition at line 517 of file GridNotifiers.h.
References i_check, i_object, and i_phaseMask.
|
inline |
Definition at line 523 of file GridNotifiers.h.
| void Skyfire::PlayerLastSearcher< Check >::Visit | ( | PlayerMapType & | m | ) |
Definition at line 536 of file GridNotifiersImpl.h.
References GridRefManager< OBJECT >::begin(), GridRefManager< OBJECT >::end(), i_check, i_object, and i_phaseMask.
| Check& Skyfire::PlayerLastSearcher< Check >::i_check |
Definition at line 515 of file GridNotifiers.h.
Referenced by PlayerLastSearcher(), and Visit().
| Player*& Skyfire::PlayerLastSearcher< Check >::i_object |
Definition at line 514 of file GridNotifiers.h.
Referenced by PlayerLastSearcher(), and Visit().
| uint32 Skyfire::PlayerLastSearcher< Check >::i_phaseMask |
Definition at line 513 of file GridNotifiers.h.
Referenced by PlayerLastSearcher(), and Visit().