AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "Chat.h"
#include "CommandScript.h"
#include "GameEventMgr.h"
#include "GameObject.h"
#include "GameTime.h"
#include "Language.h"
#include "MapMgr.h"
#include "ObjectMgr.h"
#include "Player.h"
#include "PoolMgr.h"
#include "Transport.h"
Go to the source code of this file.
Classes | |
class | gobject_commandscript |
Typedefs | |
using | GameObjectSpawnId = Variant< Hyperlink< gameobject >, ObjectGuid::LowType > |
using | GameObjectEntry = Variant< Hyperlink< gameobject_entry >, uint32 > |
Functions | |
void | AddSC_gobject_commandscript () |
using GameObjectEntry = Variant<Hyperlink<gameobject_entry>, uint32> |
using GameObjectSpawnId = Variant<Hyperlink<gameobject>, ObjectGuid::LowType> |
void AddSC_gobject_commandscript | ( | ) |
Referenced by AddCommandsScripts().