![]() |
TrinityCore
|
#include <GridNotifiers.h>
Inheritance diagram for Trinity::PlayerRelocationNotifier:Public Member Functions | |
| PlayerRelocationNotifier (Player &player) | |
| template<class T > | |
| void | Visit (GridRefManager< T > &m) |
| void | Visit (CreatureMapType &) |
| void | Visit (PlayerMapType &) |
Public Member Functions inherited from Trinity::VisibleNotifier | |
| VisibleNotifier (Player &player) | |
| ~VisibleNotifier () | |
| template<class T > | |
| void | Visit (GridRefManager< T > &m) |
| void | SendToSelf (void) |
| VisibleNotifier (VisibleNotifier const &)=delete | |
| VisibleNotifier (VisibleNotifier &&)=delete | |
| VisibleNotifier & | operator= (VisibleNotifier const &)=delete |
| VisibleNotifier & | operator= (VisibleNotifier &&)=delete |
Additional Inherited Members | |
Public Attributes inherited from Trinity::VisibleNotifier | |
| Player & | i_player |
| UpdateData | i_data |
| std::set< WorldObject * > | i_visibleNow |
| GuidUnorderedSet | vis_guids |
Definition at line 77 of file GridNotifiers.h.
|
inline |
Definition at line 79 of file GridNotifiers.h.
| void PlayerRelocationNotifier::Visit | ( | CreatureMapType & | m | ) |
|
inline |
Definition at line 81 of file GridNotifiers.h.
| void PlayerRelocationNotifier::Visit | ( | PlayerMapType & | m | ) |