TrinityCore
Scenario.h File Reference
#include "CriteriaHandler.h"
#include <map>
#include <unordered_set>
+ Include dependency graph for Scenario.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Scenario
 

Namespaces

namespace  WorldPackets
 
namespace  WorldPackets::Achievement
 
namespace  WorldPackets::Scenario
 

Enumerations

enum  ScenarioStepState { SCENARIO_STEP_INVALID = 0 , SCENARIO_STEP_NOT_STARTED = 1 , SCENARIO_STEP_IN_PROGRESS = 2 , SCENARIO_STEP_DONE = 3 }
 

Enumeration Type Documentation

◆ ScenarioStepState

Enumerator
SCENARIO_STEP_INVALID 
SCENARIO_STEP_NOT_STARTED 
SCENARIO_STEP_IN_PROGRESS 
SCENARIO_STEP_DONE 

Definition at line 44 of file Scenario.h.