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
MessageEnum.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::System.Flags]
7 [global::Cpp2ILInjected.Token(Token = "0x200042C")]
8 [global::System.Serializable]
9 internal enum MessageEnum
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x40011DC")]
12 NoArgs = 1,
13 [global::Cpp2ILInjected.Token(Token = "0x40011DD")]
14 ArgsInline = 2,
15 [global::Cpp2ILInjected.Token(Token = "0x40011DE")]
16 ArgsIsArray = 4,
17 [global::Cpp2ILInjected.Token(Token = "0x40011DF")]
18 ArgsInArray = 8,
19 [global::Cpp2ILInjected.Token(Token = "0x40011E0")]
20 NoContext = 16,
21 [global::Cpp2ILInjected.Token(Token = "0x40011E1")]
22 ContextInline = 32,
23 [global::Cpp2ILInjected.Token(Token = "0x40011E2")]
24 ContextInArray = 64,
25 [global::Cpp2ILInjected.Token(Token = "0x40011E3")]
27 [global::Cpp2ILInjected.Token(Token = "0x40011E4")]
28 PropertyInArray = 256,
29 [global::Cpp2ILInjected.Token(Token = "0x40011E5")]
30 NoReturnValue = 512,
31 [global::Cpp2ILInjected.Token(Token = "0x40011E6")]
32 ReturnValueVoid = 1024,
33 [global::Cpp2ILInjected.Token(Token = "0x40011E7")]
34 ReturnValueInline = 2048,
35 [global::Cpp2ILInjected.Token(Token = "0x40011E8")]
36 ReturnValueInArray = 4096,
37 [global::Cpp2ILInjected.Token(Token = "0x40011E9")]
38 ExceptionInArray = 8192,
39 [global::Cpp2ILInjected.Token(Token = "0x40011EA")]
40 GenericMethod = 32768
41 }
42}