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

Enumerations

enum  {
  Scrap = 1, Signature = 4, Ship = 8, Structure = 16,
  DroneOrProbe = 32, Celestial = 64, Anomaly = 128
}
 

Enumeration Type Documentation

anonymous enum
Enumerator
Scrap 
Signature 
Ship 
Structure 
DroneOrProbe 
Celestial 
Anomaly 

Definition at line 20 of file EVE_Scanning.h.

20  {
21  Scrap = 1, //wrecks in system (client filter only)
22  Signature = 4, //advanced anomaly. need probes to scan
23  Ship = 8, //abandoned ships
24  Structure = 16, //all pos structures
25  DroneOrProbe = 32, //player items
26  Celestial = 64, //static system entity (client filter only)
27  Anomaly = 128 //detected using ship sensors
28  };