|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Opcodes.h>
Public Member Functions | |
| OpcodeHandler (uint16 opcodeNumber, char const *_name, SessionStatus _status, PacketProcessing _processing, pOpcodeHandler _handler) | |
Public Attributes | |
| pOpcodeHandler | Handler |
| char const * | Name |
| uint16 | OpcodeNumber |
| PacketProcessing | ProcessingPlace |
| SessionStatus | Status |
|
inline |
Definition at line 1101 of file Opcodes.h.
References Handler, Name, OpcodeNumber, ProcessingPlace, and Status.
| pOpcodeHandler OpcodeHandler::Handler |
Definition at line 1104 of file Opcodes.h.
Referenced by OpcodeHandler(), and WorldSession::Update().
| char const* OpcodeHandler::Name |
Definition at line 1105 of file Opcodes.h.
Referenced by OpcodeHandler().
| uint16 OpcodeHandler::OpcodeNumber |
Definition at line 1108 of file Opcodes.h.
Referenced by OpcodeHandler().
| PacketProcessing OpcodeHandler::ProcessingPlace |
Definition at line 1107 of file Opcodes.h.
Referenced by OpcodeHandler(), MapSessionFilter::Process(), and WorldSessionFilter::Process().
| SessionStatus OpcodeHandler::Status |
Definition at line 1106 of file Opcodes.h.
Referenced by OpcodeHandler(), WorldSocket::ProcessIncoming(), WorldSession::SendPacket(), and WorldSession::Update().