Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
ContainerFlag2.cs
Go to the documentation of this file.
1using System;
2
3[Flags]
4public enum ContainerFlag2
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}
ContainerFlag2