Elin Decompiled Documentation EA 23.102 Nightly
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
ContainerFlag.cs File Reference

Go to the source code of this file.

Enumerations

enum  ContainerFlag {
  none = 0 , resource = 1 , food = 2 , drink = 4 ,
  weapon = 8 , armor = 0x10 , tool = 0x20 , item = 0x40 ,
  book = 0x80 , currency = 0x100 , furniture = 0x200 , block = 0x400 ,
  other = 0x800
}
 

Enumeration Type Documentation

◆ ContainerFlag

Enumerator
none 
resource 
food 
drink 
weapon 
armor 
tool 
item 
book 
currency 
furniture 
block 
other 

Definition at line 4 of file ContainerFlag.cs.

5{
6 none = 0,
7 resource = 1,
8 food = 2,
9 drink = 4,
10 weapon = 8,
11 armor = 0x10,
12 tool = 0x20,
13 item = 0x40,
14 book = 0x80,
15 currency = 0x100,
16 furniture = 0x200,
17 block = 0x400,
18 other = 0x800
19}