![]() |
TrinityCore
|
#include <GridNotifiers.h>
Public Member Functions | |
| VisibleChangesNotifier (WorldObject &object) | |
| template<class T > | |
| void | Visit (GridRefManager< T > &) |
| void | Visit (PlayerMapType &) |
| void | Visit (CreatureMapType &) |
| void | Visit (DynamicObjectMapType &) |
Public Attributes | |
| WorldObject & | i_object |
Definition at line 56 of file GridNotifiers.h.
|
inlineexplicit |
Definition at line 60 of file GridNotifiers.h.
| void VisibleChangesNotifier::Visit | ( | CreatureMapType & | m | ) |
| void VisibleChangesNotifier::Visit | ( | DynamicObjectMapType & | m | ) |
|
inline |
Definition at line 61 of file GridNotifiers.h.
| void VisibleChangesNotifier::Visit | ( | PlayerMapType & | m | ) |
| WorldObject& Trinity::VisibleChangesNotifier::i_object |
Definition at line 58 of file GridNotifiers.h.