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

Enumerations

enum  {
  Invalid = 0, Personal = 1, Corp = 2, Alliance = 4,
  CCP = 8, Automated = 16
}
 

Enumeration Type Documentation

anonymous enum
Enumerator
Invalid 
Personal 
Corp 
Alliance 
CCP 
Automated 

Definition at line 39 of file EVE_Calendar.h.

39  {
40  Invalid = 0,
41  Personal = 1,
42  Corp = 2,
43  Alliance = 4,
44  CCP = 8, // for system events (not sure what constitutes this yet)
45  Automated = 16, // for AutoEvents
46  };
Definition: EVE_Corp.h:15