![]() |
TrinityCore
|
#include <GridNotifiers.h>
Public Member Functions | |
| MessageDistDelivererToHostile (Unit *src, PacketSender &packetSender, float dist) | |
| void | Visit (PlayerMapType &m) const |
| void | Visit (CreatureMapType &m) const |
| void | Visit (DynamicObjectMapType &m) const |
| template<class SKIP > | |
| void | Visit (GridRefManager< SKIP > &) const |
| void | SendPacket (Player const *player) const |
Public Attributes | |
| Unit * | i_source |
| PacketSender & | i_packetSender |
| PhaseShift const * | i_phaseShift |
| float | i_distSq |
Definition at line 211 of file GridNotifiers.h.
|
inline |
Definition at line 218 of file GridNotifiers.h.
|
inline |
| void Trinity::MessageDistDelivererToHostile< PacketSender >::Visit | ( | CreatureMapType & | m | ) | const |
| void Trinity::MessageDistDelivererToHostile< PacketSender >::Visit | ( | DynamicObjectMapType & | m | ) | const |
|
inline |
Definition at line 226 of file GridNotifiers.h.
| void Trinity::MessageDistDelivererToHostile< PacketSender >::Visit | ( | PlayerMapType & | m | ) | const |
| float Trinity::MessageDistDelivererToHostile< PacketSender >::i_distSq |
Definition at line 216 of file GridNotifiers.h.
| PacketSender& Trinity::MessageDistDelivererToHostile< PacketSender >::i_packetSender |
Definition at line 214 of file GridNotifiers.h.
| PhaseShift const* Trinity::MessageDistDelivererToHostile< PacketSender >::i_phaseShift |
Definition at line 215 of file GridNotifiers.h.
| Unit* Trinity::MessageDistDelivererToHostile< PacketSender >::i_source |
Definition at line 213 of file GridNotifiers.h.