|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <GridNotifiers.h>
Public Member Functions | |
| LocalizedPacketDo (Builder &builder) | |
| void | operator() (Player *p) |
| ~LocalizedPacketDo () | |
Private Attributes | |
| Builder & | i_builder |
| std::vector< WorldPacket * > | i_data_cache |
Definition at line 1433 of file GridNotifiers.h.
|
inlineexplicit |
Definition at line 1436 of file GridNotifiers.h.
References i_builder.
|
inline |
Definition at line 1438 of file GridNotifiers.h.
References i_data_cache.
| void Skyfire::LocalizedPacketDo< Builder >::operator() | ( | Player * | p | ) |
Definition at line 549 of file GridNotifiersImpl.h.
References Player::GetSession(), WorldSession::GetSessionDbLocaleIndex(), i_builder, i_data_cache, and Player::SendDirectMessage().
|
private |
Definition at line 1446 of file GridNotifiers.h.
Referenced by LocalizedPacketDo(), and operator()().
|
private |
Definition at line 1447 of file GridNotifiers.h.
Referenced by operator()(), and ~LocalizedPacketDo().