|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <GridNotifiers.h>
Public Member Functions | |
| AIRelocationNotifier (Unit &unit) | |
| void | Visit (CreatureMapType &) |
| template<class T> | |
| void | Visit (GridRefManager< T > &) |
Public Attributes | |
| Unit & | i_unit |
| bool | isCreature |
Definition at line 83 of file GridNotifiers.h.
|
inlineexplicit |
Definition at line 87 of file GridNotifiers.h.
References i_unit, isCreature, and TYPEID_UNIT.
| void AIRelocationNotifier::Visit | ( | CreatureMapType & | m | ) |
Definition at line 246 of file GridNotifiers.cpp.
References GridRefManager< OBJECT >::begin(), CreatureUnitRelocationWorker(), GridRefManager< OBJECT >::end(), i_unit, and isCreature.
|
inline |
Definition at line 88 of file GridNotifiers.h.
| Unit& Skyfire::AIRelocationNotifier::i_unit |
Definition at line 85 of file GridNotifiers.h.
Referenced by AIRelocationNotifier(), and Visit().
| bool Skyfire::AIRelocationNotifier::isCreature |
Definition at line 86 of file GridNotifiers.h.
Referenced by AIRelocationNotifier(), and Visit().