TrinityCore
Warden.h File Reference
#include "ARC4.h"
#include "AuthDefines.h"
#include "Optional.h"
#include "WardenCheckMgr.h"
#include <array>
+ Include dependency graph for Warden.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  WardenModuleUse
 
struct  WardenModuleTransfer
 
struct  WardenHashRequest
 
struct  ClientWardenModule
 
class  Warden
 

Enumerations

enum  WardenOpcodes {
  WARDEN_CMSG_MODULE_MISSING = 0 , WARDEN_CMSG_MODULE_OK = 1 , WARDEN_CMSG_CHEAT_CHECKS_RESULT = 2 , WARDEN_CMSG_MEM_CHECKS_RESULT = 3 ,
  WARDEN_CMSG_HASH_RESULT = 4 , WARDEN_CMSG_MODULE_FAILED = 5 , WARDEN_SMSG_MODULE_USE = 0 , WARDEN_SMSG_MODULE_CACHE = 1 ,
  WARDEN_SMSG_CHEAT_CHECKS_REQUEST = 2 , WARDEN_SMSG_MODULE_INITIALIZE = 3 , WARDEN_SMSG_MEM_CHECKS_REQUEST = 4 , WARDEN_SMSG_HASH_REQUEST = 5
}
 

Enumeration Type Documentation

◆ WardenOpcodes

Enumerator
WARDEN_CMSG_MODULE_MISSING 
WARDEN_CMSG_MODULE_OK 
WARDEN_CMSG_CHEAT_CHECKS_RESULT 
WARDEN_CMSG_MEM_CHECKS_RESULT 
WARDEN_CMSG_HASH_RESULT 
WARDEN_CMSG_MODULE_FAILED 
WARDEN_SMSG_MODULE_USE 
WARDEN_SMSG_MODULE_CACHE 
WARDEN_SMSG_CHEAT_CHECKS_REQUEST 
WARDEN_SMSG_MODULE_INITIALIZE 
WARDEN_SMSG_MEM_CHECKS_REQUEST 
WARDEN_SMSG_HASH_REQUEST 

Definition at line 27 of file Warden.h.