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

◆ StateFlags

Enumerator
None 
CaptureIdentity 
CaptureContext 
ThreadSafeContextCopy 
PostBlockStarted 
PostBlockFinished 

Definition at line 281 of file ContextAwareResult.cs.

282 {
283 // Token: 0x04000542 RID: 1346
284 None = 0,
285 // Token: 0x04000543 RID: 1347
286 CaptureIdentity = 1,
287 // Token: 0x04000544 RID: 1348
288 CaptureContext = 2,
289 // Token: 0x04000545 RID: 1349
291 // Token: 0x04000546 RID: 1350
293 // Token: 0x04000547 RID: 1351
295 }