Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
ContainerFlag2.cs File Reference

Go to the source code of this file.

Enumerations

enum  ContainerFlag2 {
  none = 0 , meal = 1 , foodstuff = 2 , meat = 4 ,
  vegi = 8 , fruit = 0x10 , mushroom = 0x20 , egg = 0x21 ,
  fish = 0x40 , nuts = 0x80 , foodstuff_raw = 0x100 , seasoning = 0x200 ,
  rod = 0x400 , junk = 0x800 , garbage = 0x1000 , bill = 0x2000 ,
  scroll = 0x4000 , spellbook = 0x8000 , card = 0x10000 , figure = 0x20000 ,
  bait = 0x40000 , seed = 0x80000 , stone = 0x100000 , textile = 0x200000 ,
  flora = 0x400000 , bodyparts = 0x800000 , fertilizer = 0x1000000 , milk = 0x2000000 ,
  wood = 0x4000000 , ore = 0x8000000 , ammo = 0x10000000 , bed = 0x20000000
}
 

Enumeration Type Documentation

◆ ContainerFlag2

Enumerator
none 
meal 
foodstuff 
meat 
vegi 
fruit 
mushroom 
egg 
fish 
nuts 
foodstuff_raw 
seasoning 
rod 
junk 
garbage 
bill 
scroll 
spellbook 
card 
figure 
bait 
seed 
stone 
textile 
flora 
bodyparts 
fertilizer 
milk 
wood 
ore 
ammo 
bed 

Definition at line 4 of file ContainerFlag2.cs.

5{
6 none = 0,
7 meal = 1,
8 foodstuff = 2,
9 meat = 4,
10 vegi = 8,
11 fruit = 0x10,
12 mushroom = 0x20,
13 egg = 0x21,
14 fish = 0x40,
15 nuts = 0x80,
16 foodstuff_raw = 0x100,
17 seasoning = 0x200,
18 rod = 0x400,
19 junk = 0x800,
20 garbage = 0x1000,
21 bill = 0x2000,
22 scroll = 0x4000,
23 spellbook = 0x8000,
24 card = 0x10000,
25 figure = 0x20000,
26 bait = 0x40000,
27 seed = 0x80000,
28 stone = 0x100000,
29 textile = 0x200000,
30 flora = 0x400000,
31 bodyparts = 0x800000,
32 fertilizer = 0x1000000,
33 milk = 0x2000000,
34 wood = 0x4000000,
35 ore = 0x8000000,
36 ammo = 0x10000000,
37 bed = 0x20000000
38}