Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Characteristics

Enumerator
RelocsStripped 
ExecutableImage 
LineNumsStripped 
LocalSymsStripped 
AggressiveWSTrim 
LargeAddressAware 
BytesReversedLo 
Bit32Machine 
DebugStripped 
RemovableRunFromSwap 
NetRunFromSwap 
System 
Dll 
UpSystemOnly 
BytesReversedHi 

Definition at line 4 of file Characteristics.cs.

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}