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

Enumerations

enum  {
  Item = 0, Type = 1, Owner = 2, Location = 3,
  Flag = 4, Quantity = 5, Group = 6, Category = 7,
  CustomInfo = 8, StackSize = 9, Singleton = 10, Subitems = 11
}
 

Enumeration Type Documentation

anonymous enum
Enumerator
Item 
Type 
Owner 
Location 
Flag 
Quantity 
Group 
Category 
CustomInfo 
StackSize 
Singleton 
Subitems 

Definition at line 33 of file EVE_Inventory.h.

33  {
34  Item = 0, //also ixLauncherCapacity?
35  Type = 1, //also ixLauncherUsed = 1,
36  Owner = 2, //also ixLauncherChargeItem?
37  Location = 3,
38  Flag = 4,
39  Quantity = 5,
40  Group = 6,
41  Category = 7,
42  CustomInfo = 8,
43  StackSize = 9,
44  Singleton = 10,
45  Subitems = 11 // not in client data
46  };
Template used for singleton classes.
Definition: Singleton.h:43