|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "CompilerDefs.h"#include "Callback.h"#include "Common.h"#include "QueryResult.h"#include "SharedDefines.h"#include "Timer.h"#include "Platform/Singleton.h"#include <atomic>#include <list>#include <map>#include <set>Go to the source code of this file.
Classes | |
| struct | CharacterNameData |
| struct | CliCommandHolder |
| Storage class for commands issued for delayed execution. More... | |
| class | World |
| The World. More... | |
Macros | |
| #define | sWorld Skyfire::Singleton<World, Skyfire::NullMutex>::instance() |
Typedefs | |
| typedef std::map< uint32, std::string > | RealmNameMap |
| typedef UNORDERED_MAP< uint32, WorldSession * > | SessionMap |
Variables | |
| uint32 | realmID |
| Id of the realm. | |
| RealmNameMap | realmNameStore |