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
GUIDPad.cs
Go to the documentation of this file.
1using System;
6
7[global::Cpp2ILInjected.Token(Token = "0x2000108")]
8public static class GUIDPad
9{
10 [global::Cpp2ILInjected.Token(Token = "0x60006B6")]
11 [global::Cpp2ILInjected.Address(RVA = "0xD208FC", Offset = "0xD208FC", Length = "0x74C")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
15 {
19 }, ReturnType = typeof(Vector2))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
21 {
22 typeof(float),
23 typeof(float)
24 }, ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
26 {
28 typeof(float)
29 }, ReturnType = typeof(Vector2))]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
31 {
34 }, ReturnType = typeof(Vector2))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
36 {
39 }, ReturnType = typeof(Vector2))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Color?), Member = ".ctor", MemberParameters = new object[] { typeof(Color) }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "Draw", MemberParameters = new object[]
42 {
45 typeof(float),
46 typeof(float),
49 }, ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Subtraction", MemberParameters = new object[]
51 {
54 }, ReturnType = typeof(Vector2))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "DrawPickingRegion", MemberParameters = new object[]
56 {
60 }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
62 public static void Draw(DPad_Layout layout, Texture2D arrow)
63 {
64 throw null;
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x60006B7")]
68 [global::Cpp2ILInjected.Address(RVA = "0xD21048", Offset = "0xD21048", Length = "0x14C")]
69 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LayoutCalculator), Member = "GetAnchoredPosition", MemberParameters = new object[]
72 {
76 }, ReturnType = typeof(Vector2))]
77 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
78 public static bool IsCursorOver(Vector2 position, DPad_Layout layout, out bool left, out bool right, out bool up, out bool down)
79 {
80 throw null;
81 }
82}
class f__AnonymousType0<< Count > j__TPar
static bool IsCursorOver(Vector2 position, DPad_Layout layout, out bool left, out bool right, out bool up, out bool down)
Definition GUIDPad.cs:78
static void Draw(DPad_Layout layout, Texture2D arrow)
Definition GUIDPad.cs:62