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
ButtonType.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200034A")]
9 internal class ButtonType
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x17000254")]
12 public bool button
13 {
15 [global::Cpp2ILInjected.Token(Token = "0x600158D")]
16 [global::Cpp2ILInjected.Address(RVA = "0xA9A50C", Offset = "0xA9A50C", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 get
19 {
20 throw null;
21 }
23 [global::Cpp2ILInjected.Token(Token = "0x600158E")]
24 [global::Cpp2ILInjected.Address(RVA = "0xA9A514", Offset = "0xA9A514", Length = "0xC")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 set
27 {
28 throw null;
29 }
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x17000255")]
33 public int index
34 {
36 [global::Cpp2ILInjected.Token(Token = "0x600158F")]
37 [global::Cpp2ILInjected.Address(RVA = "0xA9A520", Offset = "0xA9A520", Length = "0x8")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 get
40 {
41 throw null;
42 }
44 [global::Cpp2ILInjected.Token(Token = "0x6001590")]
45 [global::Cpp2ILInjected.Address(RVA = "0xA9A528", Offset = "0xA9A528", Length = "0x8")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 set
48 {
49 throw null;
50 }
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x6001591")]
54 [global::Cpp2ILInjected.Address(RVA = "0xA9A530", Offset = "0xA9A530", Length = "0x8")]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
57 public ButtonType()
58 {
59 throw null;
60 }
61
63 [global::Cpp2ILInjected.Token(Token = "0x4002320")]
64 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
65 private bool <button>k__BackingField;
66
68 [global::Cpp2ILInjected.Token(Token = "0x4002321")]
69 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
70 private int <index>k__BackingField;
71 }
72}
class f__AnonymousType0<< Count > j__TPar