AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
ScriptSystem.h File Reference
#include "ScriptMgr.h"

Go to the source code of this file.

Classes

struct  ScriptPointMove
 
class  SystemMgr
 

Macros

#define TEXT_SOURCE_RANGE   -1000000
 
#define sScriptSystemMgr   SystemMgr::instance()
 

Typedefs

typedef std::vector< ScriptPointMoveScriptPointVector
 

Enumerations

enum  eEscortFaction {
  FACTION_ESCORT_A_NEUTRAL_PASSIVE = 10 ,
  FACTION_ESCORT_H_NEUTRAL_PASSIVE = 33 ,
  FACTION_ESCORT_N_NEUTRAL_PASSIVE = 113 ,
  FACTION_ESCORT_A_NEUTRAL_ACTIVE = 231 ,
  FACTION_ESCORT_H_NEUTRAL_ACTIVE = 232 ,
  FACTION_ESCORT_N_NEUTRAL_ACTIVE = 250 ,
  FACTION_ESCORT_N_FRIEND_PASSIVE = 290 ,
  FACTION_ESCORT_N_FRIEND_ACTIVE = 495 ,
  FACTION_ESCORT_A_PASSIVE = 774 ,
  FACTION_ESCORT_H_PASSIVE = 775 ,
  FACTION_ESCORT_N_ACTIVE = 1986 ,
  FACTION_ESCORT_H_ACTIVE = 2046
}
 

Macro Definition Documentation

◆ sScriptSystemMgr

#define sScriptSystemMgr   SystemMgr::instance()

◆ TEXT_SOURCE_RANGE

#define TEXT_SOURCE_RANGE   -1000000

Typedef Documentation

◆ ScriptPointVector

typedef std::vector<ScriptPointMove> ScriptPointVector

Enumeration Type Documentation

◆ eEscortFaction

Enumerator
FACTION_ESCORT_A_NEUTRAL_PASSIVE 
FACTION_ESCORT_H_NEUTRAL_PASSIVE 
FACTION_ESCORT_N_NEUTRAL_PASSIVE 
FACTION_ESCORT_A_NEUTRAL_ACTIVE 
FACTION_ESCORT_H_NEUTRAL_ACTIVE 
FACTION_ESCORT_N_NEUTRAL_ACTIVE 
FACTION_ESCORT_N_FRIEND_PASSIVE 
FACTION_ESCORT_N_FRIEND_ACTIVE 
FACTION_ESCORT_A_PASSIVE 
FACTION_ESCORT_H_PASSIVE 
FACTION_ESCORT_N_ACTIVE 
FACTION_ESCORT_H_ACTIVE 
30{
34
38
41
44
47};
@ FACTION_ESCORT_N_ACTIVE
Definition: ScriptSystem.h:45
@ FACTION_ESCORT_N_NEUTRAL_PASSIVE
Definition: ScriptSystem.h:33
@ FACTION_ESCORT_A_NEUTRAL_ACTIVE
Definition: ScriptSystem.h:35
@ FACTION_ESCORT_A_PASSIVE
Definition: ScriptSystem.h:42
@ FACTION_ESCORT_H_NEUTRAL_PASSIVE
Definition: ScriptSystem.h:32
@ FACTION_ESCORT_H_NEUTRAL_ACTIVE
Definition: ScriptSystem.h:36
@ FACTION_ESCORT_H_ACTIVE
Definition: ScriptSystem.h:46
@ FACTION_ESCORT_N_FRIEND_PASSIVE
Definition: ScriptSystem.h:39
@ FACTION_ESCORT_H_PASSIVE
Definition: ScriptSystem.h:43
@ FACTION_ESCORT_A_NEUTRAL_PASSIVE
Definition: ScriptSystem.h:31
@ FACTION_ESCORT_N_NEUTRAL_ACTIVE
Definition: ScriptSystem.h:37
@ FACTION_ESCORT_N_FRIEND_ACTIVE
Definition: ScriptSystem.h:40