![]() |
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 66 of file GridNotifiers.h.
|
inlineexplicit |
Definition at line 70 of file GridNotifiers.h.
| void VisibleChangesNotifier::Visit | ( | CreatureMapType & | m | ) |
| void VisibleChangesNotifier::Visit | ( | DynamicObjectMapType & | m | ) |
|
inline |
Definition at line 71 of file GridNotifiers.h.
| void VisibleChangesNotifier::Visit | ( | PlayerMapType & | m | ) |
| IteratorPair<WorldObject**> Trinity::VisibleChangesNotifier::i_objects |
Definition at line 68 of file GridNotifiers.h.