TrinityCore
Loading...
Searching...
No Matches
Trinity::MessageDistDelivererToHostile Struct Reference

#include <GridNotifiers.h>

Public Member Functions

 MessageDistDelivererToHostile (Unit *src, WorldPacket const *msg, float dist)
 
void Visit (PlayerMapType &m)
 
void Visit (CreatureMapType &m)
 
void Visit (DynamicObjectMapType &m)
 
template<class SKIP >
void Visit (GridRefManager< SKIP > &)
 
void SendPacket (Player *player)
 

Public Attributes

Uniti_source
 
WorldPacket const * i_message
 
uint32 i_phaseMask
 
float i_distSq
 

Detailed Description

Definition at line 164 of file GridNotifiers.h.

Constructor & Destructor Documentation

◆ MessageDistDelivererToHostile()

Trinity::MessageDistDelivererToHostile::MessageDistDelivererToHostile ( Unit src,
WorldPacket const *  msg,
float  dist 
)
inline

Definition at line 171 of file GridNotifiers.h.

Member Function Documentation

◆ SendPacket()

void Trinity::MessageDistDelivererToHostile::SendPacket ( Player player)
inline

Definition at line 181 of file GridNotifiers.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ Visit() [1/4]

void MessageDistDelivererToHostile::Visit ( CreatureMapType m)

Definition at line 370 of file GridNotifiers.cpp.

+ Here is the call graph for this function:

◆ Visit() [2/4]

void MessageDistDelivererToHostile::Visit ( DynamicObjectMapType m)

Definition at line 392 of file GridNotifiers.cpp.

+ Here is the call graph for this function:

◆ Visit() [3/4]

template<class SKIP >
void Trinity::MessageDistDelivererToHostile::Visit ( GridRefManager< SKIP > &  )
inline

Definition at line 179 of file GridNotifiers.h.

◆ Visit() [4/4]

void MessageDistDelivererToHostile::Visit ( PlayerMapType m)

Definition at line 345 of file GridNotifiers.cpp.

+ Here is the call graph for this function:

Member Data Documentation

◆ i_distSq

float Trinity::MessageDistDelivererToHostile::i_distSq

Definition at line 169 of file GridNotifiers.h.

◆ i_message

WorldPacket const* Trinity::MessageDistDelivererToHostile::i_message

Definition at line 167 of file GridNotifiers.h.

◆ i_phaseMask

uint32 Trinity::MessageDistDelivererToHostile::i_phaseMask

Definition at line 168 of file GridNotifiers.h.

◆ i_source

Unit* Trinity::MessageDistDelivererToHostile::i_source

Definition at line 166 of file GridNotifiers.h.


The documentation for this struct was generated from the following files: