|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <GridNotifiers.h>
Public Member Functions | |
| GameObjectSearcher (WorldObject const *searcher, GameObject *&result, Check &check) | |
| void | Visit (GameObjectMapType &m) |
| template<class NOT_INTERESTED> | |
| void | Visit (GridRefManager< NOT_INTERESTED > &) |
Public Attributes | |
| Check & | i_check |
| GameObject *& | i_object |
| uint32 | i_phaseMask |
Definition at line 293 of file GridNotifiers.h.
|
inline |
Definition at line 299 of file GridNotifiers.h.
References i_check, i_object, and i_phaseMask.
| void Skyfire::GameObjectSearcher< Check >::Visit | ( | GameObjectMapType & | m | ) |
Definition at line 335 of file GridNotifiersImpl.h.
References GridRefManager< OBJECT >::begin(), GridRefManager< OBJECT >::end(), i_check, i_object, and i_phaseMask.
|
inline |
Definition at line 304 of file GridNotifiers.h.
| Check& Skyfire::GameObjectSearcher< Check >::i_check |
Definition at line 297 of file GridNotifiers.h.
Referenced by GameObjectSearcher(), and Visit().
| GameObject*& Skyfire::GameObjectSearcher< Check >::i_object |
Definition at line 296 of file GridNotifiers.h.
Referenced by GameObjectSearcher(), and Visit().
| uint32 Skyfire::GameObjectSearcher< Check >::i_phaseMask |
Definition at line 295 of file GridNotifiers.h.
Referenced by GameObjectSearcher(), and Visit().