AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
IWorld.h File Reference
#include "AsyncCallbackProcessor.h"
#include "Common.h"
#include "Duration.h"
#include "ObjectGuid.h"
#include "SharedDefines.h"
#include "WorldConfig.h"
#include <unordered_map>

Go to the source code of this file.

Classes

struct  CliCommandHolder
 Storage class for commands issued for delayed execution. More...
 
class  IWorld
 

Enumerations

enum  ServerMessageType {
  SERVER_MSG_SHUTDOWN_TIME = 1 ,
  SERVER_MSG_RESTART_TIME = 2 ,
  SERVER_MSG_STRING = 3 ,
  SERVER_MSG_SHUTDOWN_CANCELLED = 4 ,
  SERVER_MSG_RESTART_CANCELLED = 5
}
 

Enumeration Type Documentation

◆ ServerMessageType

Enumerator
SERVER_MSG_SHUTDOWN_TIME 
SERVER_MSG_RESTART_TIME 
SERVER_MSG_STRING 
SERVER_MSG_SHUTDOWN_CANCELLED 
SERVER_MSG_RESTART_CANCELLED 
54{
60};
@ SERVER_MSG_SHUTDOWN_TIME
Definition IWorld.h:55
@ SERVER_MSG_STRING
Definition IWorld.h:57
@ SERVER_MSG_SHUTDOWN_CANCELLED
Definition IWorld.h:58
@ SERVER_MSG_RESTART_CANCELLED
Definition IWorld.h:59
@ SERVER_MSG_RESTART_TIME
Definition IWorld.h:56