AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
firework_show.cpp File Reference

Go to the source code of this file.

Classes

struct  go_firework_show
 

Functions

void AddSC_event_firework_show_scripts ()
 

Variables

std::map< std::pair< uint32, uint32 >, FireworkShow const * > const FireworkShowStore
 

Function Documentation

◆ AddSC_event_firework_show_scripts()

void AddSC_event_firework_show_scripts ( )
211{
212 // Gameobjects
214}
#define RegisterGameObjectAI(ai_name)
Definition: GameObjectScript.h:77
Definition: firework_show.cpp:47

References RegisterGameObjectAI.

Referenced by AddEventsScripts().

Variable Documentation

◆ FireworkShowStore

std::map<std::pair<uint32, uint32>, FireworkShow const *> const FireworkShowStore
Initial value:
= {
{ { 0, 1 }, &fireworkShowIronforge },
{ { 0, 33 }, &fireworkShowBootyBay },
{ { 0, 1497 }, &fireworkShowUndercity },
{ { 0, 1519 }, &fireworkShowStormwind },
{ { 1, 141 }, &fireworkShowTeldrassil },
{ { 1, 1637 }, &fireworkShowOrgrimmar },
{ { 1, 1638 }, &fireworkShowThunderBluff },
{ { 530, 3430 }, &fireworkShowSilvermoon },
{ { 530, 3557 }, &fireworkShowExodar },
{ { 530, 3703 }, &fireworkShowShattrath },
}
FireworkShow const fireworkShowOrgrimmar
Definition: firework_show_Orgrimmar.h:1604
FireworkShow const fireworkShowUndercity
Definition: firework_show_Undercity.h:1263
FireworkShow const fireworkShowStormwind
Definition: firework_show_Stormwind.h:1641
FireworkShow const fireworkShowSilvermoon
Definition: firework_show_Silvermoon.h:1414
FireworkShow const fireworkShowExodar
Definition: firework_show_Exodar.h:1275
FireworkShow const fireworkShowTeldrassil
Definition: firework_show_Teldrassil.h:1306
FireworkShow const fireworkShowShattrath
Definition: firework_show_Shattrath.h:1162
FireworkShow const fireworkShowIronforge
Definition: firework_show_Ironforge.h:1400
FireworkShow const fireworkShowThunderBluff
Definition: firework_show_ThunderBluff.h:1562
FireworkShow const fireworkShowBootyBay
Definition: firework_show_BootyBay.h:518

Referenced by go_firework_show::InitShow().