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.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::System.Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x200023A")]
8 internal enum InternalTaskOptions
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 }
25}