#include "Opcodes.h"
#include "Log.h"
#include "WorldSession.h"
#include "Packets/AllPackets.h"
#include <iomanip>
#include <sstream>
Go to the source code of this file.
◆ DEFINE_HANDLER
| #define DEFINE_HANDLER |
( |
|
opcode, |
|
|
|
status, |
|
|
|
processing, |
|
|
|
handler |
|
) |
| ValidateAndSetClientOpcode<decltype(handler), handler>(opcode, #opcode, status, processing) |
◆ DEFINE_SERVER_OPCODE_HANDLER
| #define DEFINE_SERVER_OPCODE_HANDLER |
( |
|
opcode, |
|
|
|
status |
|
) |
| |
Value:
ValidateAndSetServerOpcode(opcode, #opcode, status)
◆ GetOpcodeNameForLoggingImpl()
template<typename T >
| std::string GetOpcodeNameForLoggingImpl |
( |
T |
id | ) |
|
|
inline |