TrinityCore
|
#include <GridNotifiers.h>
Public Member Functions | |
VisibleChangesNotifier (IteratorPair< WorldObject ** > objects) | |
template<class T > | |
void | Visit (GridRefManager< T > &) |
void | Visit (PlayerMapType &) |
void | Visit (CreatureMapType &) |
void | Visit (DynamicObjectMapType &) |
Public Attributes | |
IteratorPair< WorldObject ** > | i_objects |
Definition at line 60 of file GridNotifiers.h.
|
inlineexplicit |
Definition at line 64 of file GridNotifiers.h.
void VisibleChangesNotifier::Visit | ( | CreatureMapType & | m | ) |
void VisibleChangesNotifier::Visit | ( | DynamicObjectMapType & | m | ) |
|
inline |
Definition at line 65 of file GridNotifiers.h.
void VisibleChangesNotifier::Visit | ( | PlayerMapType & | m | ) |
IteratorPair<WorldObject**> Trinity::VisibleChangesNotifier::i_objects |
Definition at line 62 of file GridNotifiers.h.