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

Enumerations

enum  {
  CCP = 13, UK = 17, PBC = 20, ETC = 21,
  Trial = 23, Mammon = 30, Media = 31, CDKey = 33,
  IA = 34, DustPlayer = 101, DustCCP = 102, DustBattleServer = 103
}
 

Enumeration Type Documentation

anonymous enum
Enumerator
CCP 
UK 
PBC 
ETC 
Trial 
Mammon 
Media 
CDKey 
IA 
DustPlayer 
DustCCP 
DustBattleServer 

Definition at line 16 of file EVE_Roles.h.

16  {
17  CCP = 13,
18  UK = 17,
19  PBC = 20,
20  ETC = 21,
21  Trial = 23, // most client tests are >22
22  Mammon = 30, // this is default player account type
23  Media = 31,
24  CDKey = 33,
25  IA = 34,
26  // not used here
27  DustPlayer = 101,
28  DustCCP = 102,
29  DustBattleServer = 103
30  };