![]() |
TrinityCore
|
#include "AchievementMgr.h"#include "AchievementPackets.h"#include "ArenaTeam.h"#include "ArenaTeamMgr.h"#include "Battleground.h"#include "CellImpl.h"#include "ChatTextBuilder.h"#include "Common.h"#include "DatabaseEnv.h"#include "DBCEnums.h"#include "DisableMgr.h"#include "GameEventMgr.h"#include "Garrison.h"#include "GridNotifiersImpl.h"#include "Group.h"#include "Guild.h"#include "GuildMgr.h"#include "InstanceScript.h"#include "Language.h"#include "Map.h"#include "MapManager.h"#include "ObjectMgr.h"#include "Player.h"#include "ReputationMgr.h"#include "ScriptMgr.h"#include "SpellMgr.h"#include "World.h"#include "WorldPacket.h"
Include dependency graph for AchievementMgr.cpp:Classes | |
| struct | VisibleAchievementCheck |
Functions | |
| void | DeletePlayerAchievementsFromDB (ObjectGuid guid) |
| void | DeleteGuildAchievementsFromDB (ObjectGuid guid) |
| template<typename T > | |
| static bool | IsGuild () |
| template<> | |
| bool | IsGuild< Guild > () |
| template<class T > | |
| static uint32 | GetInstanceId (T *) |
| template<> | |
| uint32 | GetInstanceId (Player *player) |
Variables | |
| template class TC_GAME_API | AchievementMgr< Player > |
| template class TC_GAME_API | AchievementMgr< Guild > |
| void DeleteGuildAchievementsFromDB | ( | ObjectGuid | guid | ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void DeletePlayerAchievementsFromDB | ( | ObjectGuid | guid | ) |
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| uint32 GetInstanceId | ( | Player * | player | ) |
|
static |
| template class TC_GAME_API AchievementMgr< Guild > |
| template class TC_GAME_API AchievementMgr< Player > |
1.8.8