|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <GridNotifiers.h>
Public Member Functions | |
| VisibleChangesNotifier (WorldObject &object) | |
| void | Visit (CreatureMapType &) |
| void | Visit (DynamicObjectMapType &) |
| template<class T> | |
| void | Visit (GridRefManager< T > &) |
| void | Visit (PlayerMapType &) |
Public Attributes | |
| WorldObject & | i_object |
Definition at line 41 of file GridNotifiers.h.
|
inlineexplicit |
Definition at line 45 of file GridNotifiers.h.
References i_object.
| void VisibleChangesNotifier::Visit | ( | CreatureMapType & | m | ) |
Definition at line 109 of file GridNotifiers.cpp.
References GridRefManager< OBJECT >::begin(), GridRefManager< OBJECT >::end(), and i_object.
| void VisibleChangesNotifier::Visit | ( | DynamicObjectMapType & | m | ) |
Definition at line 119 of file GridNotifiers.cpp.
References GridRefManager< OBJECT >::begin(), GridRefManager< OBJECT >::end(), i_object, and Object::ToPlayer().
|
inline |
Definition at line 46 of file GridNotifiers.h.
| void VisibleChangesNotifier::Visit | ( | PlayerMapType & | m | ) |
Definition at line 88 of file GridNotifiers.cpp.
References GridRefManager< OBJECT >::begin(), GridRefManager< OBJECT >::end(), and i_object.
| WorldObject& Skyfire::VisibleChangesNotifier::i_object |
Definition at line 43 of file GridNotifiers.h.
Referenced by VisibleChangesNotifier(), Visit(), Visit(), and Visit().