![]() |
TrinityCore
|
#include <GridNotifiers.h>
Inheritance diagram for Trinity::VisibleNotifier:Public Member Functions | |
| VisibleNotifier (Player &player) | |
| template<class T > | |
| void | Visit (GridRefManager< T > &m) |
| void | SendToSelf (void) |
Public Attributes | |
| Player & | i_player |
| UpdateData | i_data |
| std::set< Unit * > | i_visibleNow |
| GuidUnorderedSet | vis_guids |
Definition at line 44 of file GridNotifiers.h.
|
inline |
Definition at line 51 of file GridNotifiers.h.
| void VisibleNotifier::SendToSelf | ( | void | ) |
Definition at line 29 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 47 of file GridNotifiers.h.
| Player& Trinity::VisibleNotifier::i_player |
Definition at line 46 of file GridNotifiers.h.
| std::set<Unit*> Trinity::VisibleNotifier::i_visibleNow |
Definition at line 48 of file GridNotifiers.h.
| GuidUnorderedSet Trinity::VisibleNotifier::vis_guids |
Definition at line 49 of file GridNotifiers.h.