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

Enumerations

enum  {
  Invalid = -1, Self = 0, Char = 1, Ship = 2,
  Target = 3, Other = 4, Area = 5, PowerCore = 6,
  Charge = 7, MaxTargLocation = 7
}
 

Enumeration Type Documentation

anonymous enum
Enumerator
Invalid 
Self 
Char 
Ship 
Target 
Other 
Area 
PowerCore 
Charge 
MaxTargLocation 

Definition at line 101 of file EffectsData.h.

101  {
102  Invalid = -1,
103  // these define the item containing the attribute to be modified
104  // these are found (as text) in the expressionValue field of dgmExpressions table and may need to merge with Association, or test with it
105  Self = 0,
106  Char = 1,
107  Ship = 2,
108  Target = 3,
109  Other = 4,
110  Area = 5,
111  PowerCore = 6, //defined but not used
112  Charge = 7,
113  MaxTargLocation = 7
114  };