AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "GridNotifiers.h"
Public Member Functions | |
GameObjectLastSearcher (WorldObject const *searcher, GameObject *&result, Check &check) | |
void | Visit (GameObjectMapType &m) |
template<class NOT_INTERESTED > | |
void | Visit (GridRefMgr< NOT_INTERESTED > &) |
Public Attributes | |
uint32 | i_phaseMask |
GameObject *& | i_object |
Check & | i_check |
|
inline |
void Acore::GameObjectLastSearcher< Check >::Visit | ( | GameObjectMapType & | m | ) |
References GridRefMgr< OBJECT >::begin(), and GridRefMgr< OBJECT >::end().
|
inline |
Check& Acore::GameObjectLastSearcher< Check >::i_check |
GameObject*& Acore::GameObjectLastSearcher< Check >::i_object |
uint32 Acore::GameObjectLastSearcher< Check >::i_phaseMask |