Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Characteristics.cs
Go to the documentation of this file.
2
3[Flags]
4public enum Characteristics : ushort
5{
10 AggressiveWSTrim = 0x10,
11 LargeAddressAware = 0x20,
12 BytesReversedLo = 0x80,
13 Bit32Machine = 0x100,
14 DebugStripped = 0x200,
16 NetRunFromSwap = 0x800,
17 System = 0x1000,
18 Dll = 0x2000,
19 UpSystemOnly = 0x4000,
20 BytesReversedHi = 0x8000
21}