|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include "Common.h"#include "DatabaseEnv.h"#include "ObjectMgr.h"#include "World.h"#include "WorldPacket.h"#include "WorldSession.h"#include "AccountMgr.h"#include "CellImpl.h"#include "Chat.h"#include "ChatLink.h"#include "GridNotifiersImpl.h"#include "Group.h"#include "Language.h"#include "Log.h"#include "Opcodes.h"#include "Player.h"#include "ScriptMgr.h"#include "SpellMgr.h"#include "UpdateMask.h"Go to the source code of this file.
Enumerations | |
| enum | GuidLinkType { SPELL_LINK_PLAYER = 0 , SPELL_LINK_CREATURE = 1 , SPELL_LINK_GAMEOBJECT = 2 } |
| enum | SpellLinkType { SPELL_LINK_SPELL = 0 , SPELL_LINK_TALENT = 1 , SPELL_LINK_ENCHANT = 2 , SPELL_LINK_TRADE = 3 , SPELL_LINK_GLYPH = 4 } |
Variables | |
| static char const *const | guidKeys [] |
| static char const *const | spellKeys [] |
| enum GuidLinkType |
| enum SpellLinkType |
|
static |
Definition at line 1111 of file Chat.cpp.
Referenced by ChatHandler::extractGuidFromLink().
|
static |
Definition at line 1032 of file Chat.cpp.
Referenced by ChatHandler::extractSpellIdFromLink().