TrinityCore
Loading...
Searching...
No Matches
zone_eversong_woods.cpp File Reference
#include "ScriptMgr.h"
#include "GameObject.h"
#include "MotionMaster.h"
#include "ScriptedCreature.h"
+ Include dependency graph for zone_eversong_woods.cpp:

Go to the source code of this file.

Classes

struct  npc_partygoer_pather
 
struct  npc_partygoer
 

Enumerations

enum  Partygoer_Pather { EVENT_PATH = 1 , EVENT_RANDOM_ACTION_PATHER , EVENT_REMOVE_EQUIPMENT_PATHER , EVENT_STOP_DANCING_PATHER }
 
enum  Partygoer {
  EVENT_RANDOM_ACTION = 1 , EVENT_REMOVE_EQUIPMENT , EVENT_STOP_DANCING , EVENT_THROW_FIREWORKS ,
  EVENT_RESET_FACING , GO_FIREWORKS_LAUNCHER = 180771 , SPELL_SMALL_YELLOW_ROCKET = 26295
}
 

Functions

void AddSC_eversong_woods ()
 

Variables

static constexpr std::array< uint32, 5 > PARTYGOER_PATHS = { 4755520, 4755528, 4755536, 4755544, 4755552 }
 

Enumeration Type Documentation

◆ Partygoer

enum Partygoer
Enumerator
EVENT_RANDOM_ACTION 
EVENT_REMOVE_EQUIPMENT 
EVENT_STOP_DANCING 
EVENT_THROW_FIREWORKS 
EVENT_RESET_FACING 
GO_FIREWORKS_LAUNCHER 
SPELL_SMALL_YELLOW_ROCKET 

Definition at line 115 of file zone_eversong_woods.cpp.

◆ Partygoer_Pather

Enumerator
EVENT_PATH 
EVENT_RANDOM_ACTION_PATHER 
EVENT_REMOVE_EQUIPMENT_PATHER 
EVENT_STOP_DANCING_PATHER 

Definition at line 23 of file zone_eversong_woods.cpp.

Function Documentation

◆ AddSC_eversong_woods()

void AddSC_eversong_woods ( )

Definition at line 211 of file zone_eversong_woods.cpp.

+ Here is the caller graph for this function:

Variable Documentation

◆ PARTYGOER_PATHS

constexpr std::array<uint32, 5> PARTYGOER_PATHS = { 4755520, 4755528, 4755536, 4755544, 4755552 }
staticconstexpr

Definition at line 31 of file zone_eversong_woods.cpp.