![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "GameEventMgr.h"#include "BattlegroundMgr.h"#include "Chat.h"#include "DisableMgr.h"#include "GameObjectAI.h"#include "GameTime.h"#include "Language.h"#include "Log.h"#include "MapMgr.h"#include "ObjectMgr.h"#include "Player.h"#include "PoolMgr.h"#include "ScriptMgr.h"#include "Transport.h"#include "UnitAI.h"#include "World.h"#include "WorldSessionMgr.h"#include "WorldState.h"#include "WorldStatePackets.h"#include <time.h>Go to the source code of this file.
Classes | |
| class | GameEventAIHookWorker |
Functions | |
| bool | IsHolidayActive (HolidayIds id) |
| bool | IsEventActive (uint16 eventId) |
| bool IsEventActive | ( | uint16 | eventId | ) |
References sGameEventMgr.
Referenced by Player::_LoadBrewOfTheMonth(), Battleground::EndBattleground(), GameEventMgr::LoadEventVendors(), npc_innkeeper::OnGossipHello(), and npc_innkeeper::OnGossipSelect().
| bool IsHolidayActive | ( | HolidayIds | id | ) |
References HOLIDAY_NONE, and sGameEventMgr.
Referenced by Player::CanUseItem(), BattlegroundMgr::IsBGWeekend(), lfg::LFGMgr::IsSeasonActive(), AchievementCriteriaData::Meets(), npc_midsummer_bonfire::npc_midsummer_bonfire(), spell_bonfires_blessing::OnApply(), MidsummerPlayerScript::OnPlayerUpdateZone(), BattlegroundAV::SetupBattleground(), go_brewfest_music::go_brewfest_musicAI::UpdateAI(), go_pirate_day_music::go_pirate_day_musicAI::UpdateAI(), go_darkmoon_faire_music::go_darkmoon_faire_musicAI::UpdateAI(), and go_midsummer_music::go_midsummer_musicAI::UpdateAI().