Elin Decompiled Documentation
EA 23.180 Nightly
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
Files
File List
File Members
All
$
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
Functions
Variables
Enumerations
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
ContainerFlag.cs
Go to the documentation of this file.
1
using
System;
2
3
[Flags]
4
public
enum
ContainerFlag
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
}
ContainerFlag
ContainerFlag
Definition:
ContainerFlag.cs:5
ContainerFlag.drink
@ drink
ContainerFlag.block
@ block
ContainerFlag.currency
@ currency
ContainerFlag.weapon
@ weapon
ContainerFlag.none
@ none
ContainerFlag.tool
@ tool
ContainerFlag.armor
@ armor
ContainerFlag.item
@ item
ContainerFlag.food
@ food
ContainerFlag.other
@ other
ContainerFlag.book
@ book
ContainerFlag.resource
@ resource
ContainerFlag.furniture
@ furniture
Elin
Plugins.basecore
ContainerFlag.cs
Generated by
1.9.6