Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
ContainerFlag2.cs
Go to the documentation of this file.
1
using
System;
2
3
[Flags]
4
public
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
ContainerFlag2
Definition:
ContainerFlag2.cs:5
ContainerFlag2.bed
@ bed
ContainerFlag2.bait
@ bait
ContainerFlag2.meat
@ meat
ContainerFlag2.scroll
@ scroll
ContainerFlag2.stone
@ stone
ContainerFlag2.junk
@ junk
ContainerFlag2.egg
@ egg
ContainerFlag2.wood
@ wood
ContainerFlag2.vegi
@ vegi
ContainerFlag2.none
@ none
ContainerFlag2.foodstuff
@ foodstuff
ContainerFlag2.mushroom
@ mushroom
ContainerFlag2.rod
@ rod
ContainerFlag2.card
@ card
ContainerFlag2.textile
@ textile
ContainerFlag2.fish
@ fish
ContainerFlag2.nuts
@ nuts
ContainerFlag2.flora
@ flora
ContainerFlag2.fertilizer
@ fertilizer
ContainerFlag2.foodstuff_raw
@ foodstuff_raw
ContainerFlag2.ore
@ ore
ContainerFlag2.spellbook
@ spellbook
ContainerFlag2.garbage
@ garbage
ContainerFlag2.figure
@ figure
ContainerFlag2.meal
@ meal
ContainerFlag2.fruit
@ fruit
ContainerFlag2.ammo
@ ammo
ContainerFlag2.bill
@ bill
ContainerFlag2.milk
@ milk
ContainerFlag2.seasoning
@ seasoning
ContainerFlag2.bodyparts
@ bodyparts
ContainerFlag2.seed
@ seed
Elin
Plugins.basecore
ContainerFlag2.cs
Generated by
1.9.6