Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
CreatureTextLocalizer< Builder > Class Template Reference

#include <CreatureTextMgr.h>

Public Member Functions

 CreatureTextLocalizer (Builder const &builder, ChatMsg msgType)
void operator() (Player *player)
 ~CreatureTextLocalizer ()

Private Attributes

Builder const & _builder
ChatMsg _msgType
std::vector< std::pair< WorldPacket *, size_t > * > _packetCache

Detailed Description

template<class Builder>
class CreatureTextLocalizer< Builder >

Definition at line 107 of file CreatureTextMgr.h.

Constructor & Destructor Documentation

◆ CreatureTextLocalizer()

template<class Builder>
CreatureTextLocalizer< Builder >::CreatureTextLocalizer ( Builder const & builder,
ChatMsg msgType )
inline

Definition at line 110 of file CreatureTextMgr.h.

References _builder, _msgType, _packetCache, and TOTAL_LOCALES.

◆ ~CreatureTextLocalizer()

template<class Builder>
CreatureTextLocalizer< Builder >::~CreatureTextLocalizer ( )
inline

Definition at line 115 of file CreatureTextMgr.h.

References _packetCache.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ _builder

template<class Builder>
Builder const& CreatureTextLocalizer< Builder >::_builder
private

Definition at line 161 of file CreatureTextMgr.h.

Referenced by CreatureTextLocalizer(), and operator()().

◆ _msgType

template<class Builder>
ChatMsg CreatureTextLocalizer< Builder >::_msgType
private

Definition at line 162 of file CreatureTextMgr.h.

Referenced by CreatureTextLocalizer(), and operator()().

◆ _packetCache

template<class Builder>
std::vector<std::pair<WorldPacket*, size_t>* > CreatureTextLocalizer< Builder >::_packetCache
private

Definition at line 160 of file CreatureTextMgr.h.

Referenced by CreatureTextLocalizer(), operator()(), and ~CreatureTextLocalizer().


The documentation for this class was generated from the following file: