TrinityCore
MapSessionFilter Class Reference

#include <WorldSession.h>

+ Inheritance diagram for MapSessionFilter:

Public Member Functions

 MapSessionFilter (WorldSession *pSession)
 
 ~MapSessionFilter ()
 
virtual bool Process (WorldPacket *packet) override
 
virtual bool ProcessUnsafe () const override
 
- Public Member Functions inherited from PacketFilter
 PacketFilter (WorldSession *pSession)
 
virtual ~PacketFilter ()
 
virtual bool Process (WorldPacket *)
 
virtual bool ProcessUnsafe () const
 

Additional Inherited Members

- Protected Attributes inherited from PacketFilter
WorldSession *const m_pSession
 

Detailed Description

Definition at line 932 of file WorldSession.h.

Constructor & Destructor Documentation

◆ MapSessionFilter()

MapSessionFilter::MapSessionFilter ( WorldSession pSession)
inlineexplicit

Definition at line 935 of file WorldSession.h.

◆ ~MapSessionFilter()

MapSessionFilter::~MapSessionFilter ( )
inline

Definition at line 936 of file WorldSession.h.

Member Function Documentation

◆ Process()

bool MapSessionFilter::Process ( WorldPacket packet)
overridevirtual

Reimplemented from PacketFilter.

Definition at line 64 of file WorldSession.cpp.

+ Here is the call graph for this function:

◆ ProcessUnsafe()

virtual bool MapSessionFilter::ProcessUnsafe ( ) const
inlineoverridevirtual

Reimplemented from PacketFilter.

Definition at line 940 of file WorldSession.h.


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