![]() |
TrinityCore
|
#include <GridNotifiers.h>
Inheritance diagram for Trinity::VisibleNotifier:Public Member Functions | |
| 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 |
Public Attributes | |
| Player & | i_player |
| UpdateData | i_data |
| std::set< WorldObject * > | i_visibleNow |
| GuidUnorderedSet | vis_guids |
Definition at line 48 of file GridNotifiers.h.
| VisibleNotifier::VisibleNotifier | ( | Player & | player | ) |
Definition at line 29 of file GridNotifiers.cpp.
|
default |
|
delete |
|
delete |
|
delete |
|
delete |
| void VisibleNotifier::SendToSelf | ( | void | ) |
Definition at line 35 of file GridNotifiers.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
| UpdateData Trinity::VisibleNotifier::i_data |
Definition at line 51 of file GridNotifiers.h.
| Player& Trinity::VisibleNotifier::i_player |
Definition at line 50 of file GridNotifiers.h.
| std::set<WorldObject*> Trinity::VisibleNotifier::i_visibleNow |
Definition at line 52 of file GridNotifiers.h.
| GuidUnorderedSet Trinity::VisibleNotifier::vis_guids |
Definition at line 53 of file GridNotifiers.h.