|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <GridNotifiers.h>
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 |
Definition at line 546 of file GridNotifiers.h.
|
inline |
Definition at line 552 of file GridNotifiers.h.
References i_dist, i_do, and i_searcher.
|
inline |
Definition at line 562 of file GridNotifiers.h.
|
inline |
Definition at line 555 of file GridNotifiers.h.
References GridRefManager< OBJECT >::begin(), GridRefManager< OBJECT >::end(), i_dist, i_do, and i_searcher.
| float Skyfire::PlayerDistWorker< Do >::i_dist |
Definition at line 549 of file GridNotifiers.h.
Referenced by PlayerDistWorker(), and Visit().
| Do& Skyfire::PlayerDistWorker< Do >::i_do |
Definition at line 550 of file GridNotifiers.h.
Referenced by PlayerDistWorker(), and Visit().
| WorldObject const* Skyfire::PlayerDistWorker< Do >::i_searcher |
Definition at line 548 of file GridNotifiers.h.
Referenced by PlayerDistWorker(), and Visit().