terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ InternalTaskOptions

Enumerator
None 
InternalOptionsMask 
ContinuationTask 
PromiseTask 
LazyCancellation 
QueuedByRuntime 
DoNotDispose 

Definition at line 8 of file InternalTaskOptions.cs.

9 {
10 [global::Cpp2ILInjected.Token(Token = "0x4000A88")]
11 None = 0,
12 [global::Cpp2ILInjected.Token(Token = "0x4000A89")]
13 InternalOptionsMask = 65280,
14 [global::Cpp2ILInjected.Token(Token = "0x4000A8A")]
15 ContinuationTask = 512,
16 [global::Cpp2ILInjected.Token(Token = "0x4000A8B")]
17 PromiseTask = 1024,
18 [global::Cpp2ILInjected.Token(Token = "0x4000A8C")]
19 LazyCancellation = 4096,
20 [global::Cpp2ILInjected.Token(Token = "0x4000A8D")]
21 QueuedByRuntime = 8192,
22 [global::Cpp2ILInjected.Token(Token = "0x4000A8E")]
23 DoNotDispose = 16384
24 }