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