ManaPlus
Enumerations
NetInventoryType Namespace Reference

Enumerations

enum  T { Inventory = 0 , Cart = 1 , Storage = 2 , GuildStorage = 3 }
 

Enumeration Type Documentation

◆ T

Enumerator
Inventory 
Cart 
Storage 
GuildStorage 

Definition at line 27 of file netinventorytype.h.

28 {
29  Inventory = 0,
30  Cart = 1,
31  Storage = 2,
32  GuildStorage = 3
33 }