EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dungeon::Event::Trigger Namespace Reference

Enumerations

enum  {
  ActivateGate = 1, SpawnGuards = 2, SpawnGuardObject = 3, RangedNPCHealing = 4,
  RangedPlayerDamageEM = 5, RangedPlayerDamageExplosive = 6, RangedPlayerDamageKinetic = 7, RangedPlayerDamageThermal = 8,
  MissionCompletion = 9, Msg = 10, DungeonCompletion = 11, EffectBeaconActivate = 13,
  EffectBeaconDeactivate = 14, ObjectDespawn = 15, ObjectExplode = 16, EntityDespawn = 18,
  EntityExplode = 19, FacWarVictoryPointsGranted = 20, AgentTalkTo = 22, AgentMsg = 23,
  DropLoot = 24, RangedPlayerHealing = 25, RangedNPCDamageEM = 26, RangedNPCDamageExplosive = 27,
  RangedNPCDamageKinetic = 28, RangedNPCDamageThermal = 29, SpawnItemInCargo = 30, MissionFailure = 31,
  CounterAdd = 32, CounterSubtract = 33, CounterMultiply = 34, CounterDivide = 35,
  CounterSet = 36, GrantGroupReward = 37, GrantDelayedGroupReward = 38, AdjustSystemInfluence = 39,
  WarpShipAwayDespawn = 40, WarpShipAwayAndComeBack = 41, SupressAllRespawn = 42, GrantGroupRewardLimitedRestrictions = 45,
  OpenTutorial = 46, SpawnShip = 47
}
 

Enumeration Type Documentation

anonymous enum
Enumerator
ActivateGate 
SpawnGuards 
SpawnGuardObject 
RangedNPCHealing 
RangedPlayerDamageEM 
RangedPlayerDamageExplosive 
RangedPlayerDamageKinetic 
RangedPlayerDamageThermal 
MissionCompletion 
Msg 
DungeonCompletion 
EffectBeaconActivate 
EffectBeaconDeactivate 
ObjectDespawn 
ObjectExplode 
EntityDespawn 
EntityExplode 
FacWarVictoryPointsGranted 
AgentTalkTo 
AgentMsg 
DropLoot 
RangedPlayerHealing 
RangedNPCDamageEM 
RangedNPCDamageExplosive 
RangedNPCDamageKinetic 
RangedNPCDamageThermal 
SpawnItemInCargo 
MissionFailure 
CounterAdd 
CounterSubtract 
CounterMultiply 
CounterDivide 
CounterSet 
GrantGroupReward 
GrantDelayedGroupReward 
AdjustSystemInfluence 
WarpShipAwayDespawn 
WarpShipAwayAndComeBack 
SupressAllRespawn 
GrantGroupRewardLimitedRestrictions 
OpenTutorial 
SpawnShip 

Definition at line 61 of file EVE_Dungeon.h.

61  {
62  ActivateGate = 1,
63  SpawnGuards = 2,
64  SpawnGuardObject = 3,
65  RangedNPCHealing = 4,
71  Msg = 10,
72  DungeonCompletion = 11,
75  ObjectDespawn = 15,
76  ObjectExplode = 16,
77  EntityDespawn = 18,
78  EntityExplode = 19,
80  AgentTalkTo = 22,
81  AgentMsg = 23,
82  DropLoot = 24,
84  RangedNPCDamageEM = 26,
88  SpawnItemInCargo = 30,
89  MissionFailure = 31,
90  CounterAdd = 32,
91  CounterSubtract = 33,
92  CounterMultiply = 34,
93  CounterDivide = 35,
94  CounterSet = 36,
95  GrantGroupReward = 37,
100  SupressAllRespawn = 42,
102  OpenTutorial = 46,
103  SpawnShip = 47
104  };