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
MinimapFrameTemplate.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000A8D")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6004FCF")]
14 [global::Cpp2ILInjected.Address(RVA = "0x901C5C", Offset = "0x901C5C", Length = "0x78")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
21
22 [global::Cpp2ILInjected.Token(Token = "0x6004FD0")]
23 [global::Cpp2ILInjected.Address(RVA = "0x901CD4", Offset = "0x901CD4", Length = "0x1B8")]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MinimapFrameManager), Member = "CreateAndAdd", MemberParameters = new object[]
25 {
26 typeof(string),
32 }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
35 {
36 typeof(string),
37 typeof(string),
38 typeof(string)
39 }, ReturnType = typeof(string))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MinimapFrameTemplate), Member = "LoadAsset", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[]
41 {
42 typeof(string),
44 }, ReturnType = "ReLogic.Content.Asset`1<T>")]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MinimapFrame), Member = "SetResetButton", MemberParameters = new object[]
47 {
50 }, ReturnType = typeof(void))]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MinimapFrame), Member = "SetZoomOutButton", MemberParameters = new object[]
52 {
55 }, ReturnType = typeof(void))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MinimapFrame), Member = "SetZoomInButton", MemberParameters = new object[]
57 {
60 }, ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
63 {
64 throw null;
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x6004FD1")]
68 [global::Cpp2ILInjected.Address(RVA = "0x159393C", Offset = "0x159393C", Length = "0xF0")]
69 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
70 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
71 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MinimapFrameTemplate), Member = "CreateInstance", MemberParameters = new object[] { typeof(AssetRequestMode) }, ReturnType = typeof(MinimapFrame))]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
73 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
74 private static Asset<T> LoadAsset<T>(string assetName, AssetRequestMode mode) where T : class
75 {
76 throw null;
77 }
78
79 [global::Cpp2ILInjected.Token(Token = "0x40088A7")]
80 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
81 private string name;
82
83 [global::Cpp2ILInjected.Token(Token = "0x40088A8")]
84 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
86
87 [global::Cpp2ILInjected.Token(Token = "0x40088A9")]
88 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
90
91 [global::Cpp2ILInjected.Token(Token = "0x40088AA")]
92 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
94
95 [global::Cpp2ILInjected.Token(Token = "0x40088AB")]
96 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
98 }
99}
class f__AnonymousType0<< Count > j__TPar
static Asset< T > LoadAsset< T >(string assetName, AssetRequestMode mode)
MinimapFrameTemplate(string name, Vector2 frameOffset, Vector2 resetPosition, Vector2 zoomInPosition, Vector2 zoomOutPosition)