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
InternalTaskOptions.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200023A RID: 570
6 [Flags]
7 internal enum InternalTaskOptions
8 {
9 // Token: 0x04000A88 RID: 2696
10 None = 0,
11 // Token: 0x04000A89 RID: 2697
12 InternalOptionsMask = 65280,
13 // Token: 0x04000A8A RID: 2698
14 ContinuationTask = 512,
15 // Token: 0x04000A8B RID: 2699
16 PromiseTask = 1024,
17 // Token: 0x04000A8C RID: 2700
18 LazyCancellation = 4096,
19 // Token: 0x04000A8D RID: 2701
20 QueuedByRuntime = 8192,
21 // Token: 0x04000A8E RID: 2702
22 DoNotDispose = 16384
23 }
24}