terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ TraceOptions

Enumerator
None 
LogicalOperationStack 
DateTime 
Timestamp 
ProcessId 
ThreadId 
Callstack 

Definition at line 7 of file TraceOptions.cs.

8 {
9 // Token: 0x040003B9 RID: 953
10 None = 0,
11 // Token: 0x040003BA RID: 954
13 // Token: 0x040003BB RID: 955
14 DateTime = 2,
15 // Token: 0x040003BC RID: 956
16 Timestamp = 4,
17 // Token: 0x040003BD RID: 957
18 ProcessId = 8,
19 // Token: 0x040003BE RID: 958
20 ThreadId = 16,
21 // Token: 0x040003BF RID: 959
22 Callstack = 32
23 }