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
GUIInputRegion.cs
Go to the documentation of this file.
1using System;
5using Terraria;
6
7[global::Cpp2ILInjected.Token(Token = "0x200017B")]
8public class GUIInputRegion
9{
10 [global::Cpp2ILInjected.Token(Token = "0x6000AC7")]
11 [global::Cpp2ILInjected.Address(RVA = "0x9A0DF4", Offset = "0x9A0DF4", Length = "0xC")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "GetInputText", MemberParameters = new object[]
13 {
14 typeof(string),
16 typeof(int),
17 typeof(bool),
18 typeof(bool),
19 typeof(bool),
20 typeof(bool)
21 }, ReturnType = typeof(string))]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
23 public void Set(int x0, int x1, int y0, int y1)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6000AC8")]
29 [global::Cpp2ILInjected.Address(RVA = "0x9A0E00", Offset = "0x9A0E00", Length = "0x3C")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "GetInputText", MemberParameters = new object[]
32 {
33 typeof(string),
35 typeof(int),
36 typeof(bool),
37 typeof(bool),
38 typeof(bool),
39 typeof(bool)
40 }, ReturnType = typeof(string))]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
42 public bool Over(int x, int y)
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x6000AC9")]
48 [global::Cpp2ILInjected.Address(RVA = "0x9A0E3C", Offset = "0x9A0E3C", Length = "0x6C")]
49 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIInputRegionManager), Member = "IsOverRegionExpanded", ReturnType = typeof(bool))]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
52 public bool OverExpanded(int x, int y, float expanded)
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x6000ACA")]
58 [global::Cpp2ILInjected.Address(RVA = "0x9A0EA8", Offset = "0x9A0EA8", Length = "0x8")]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "GetInputText", MemberParameters = new object[]
60 {
61 typeof(string),
63 typeof(int),
64 typeof(bool),
65 typeof(bool),
66 typeof(bool),
67 typeof(bool)
68 }, ReturnType = typeof(string))]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x4000B25")]
77 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
78 public int xMin;
79
80 [global::Cpp2ILInjected.Token(Token = "0x4000B26")]
81 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
82 public int xMax;
83
84 [global::Cpp2ILInjected.Token(Token = "0x4000B27")]
85 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
86 public int yMin;
87
88 [global::Cpp2ILInjected.Token(Token = "0x4000B28")]
89 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
90 public int yMax;
91}
class f__AnonymousType0<< Count > j__TPar
void Set(int x0, int x1, int y0, int y1)
bool Over(int x, int y)
bool OverExpanded(int x, int y, float expanded)