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

Enumerations

enum  {
  Invalid = -1, Self = 0, Skill = 1, Ship = 2,
  Owner = 3, Gang = 4, Group = 5, Target = 6
}
 

Enumeration Type Documentation

anonymous enum
Enumerator
Invalid 
Self 
Skill 
Ship 
Owner 
Gang 
Group 
Target 

Definition at line 87 of file EffectsData.h.

87  {
88  Invalid = -1,
89  // these define the location for group-, skill-, gang-, and owner-required effects
90  Self = 0,
91  Skill = 1,
92  Ship = 2,
93  Owner = 3,
94  Gang = 4,
95  Group = 5,
96  Target = 6
97  };
InventoryItem for skill.
Definition: Skill.h:48