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

◆ PipelineInstruction

Enumerator
Abort 
Advance 
Pause 
Reread 
GiveStream 

Definition at line 377 of file CommandStream.cs.

378 {
379 // Token: 0x04000660 RID: 1632
380 Abort,
381 // Token: 0x04000661 RID: 1633
382 Advance,
383 // Token: 0x04000662 RID: 1634
384 Pause,
385 // Token: 0x04000663 RID: 1635
386 Reread,
387 // Token: 0x04000664 RID: 1636
389 }