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
MinimapFrameManager.cs
Go to the documentation of this file.
1using System;
9using Terraria.IO;
10
12{
13 [global::Cpp2ILInjected.Token(Token = "0x2000A8C")]
14 public class MinimapFrameManager : SelectionHolder<MinimapFrame>
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6004FC8")]
17 [global::Cpp2ILInjected.Address(RVA = "0x9013E8", Offset = "0x9013E8", Length = "0xB0")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "get_Configuration", ReturnType = typeof(Preferences))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Preferences[]), Member = "Get", MemberTypeParameters = new object[] { typeof(object) }, MemberParameters = new object[]
21 {
22 typeof(string),
23 typeof(object)
24 }, ReturnType = "T")]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
26 protected override void Configuration_OnLoad(Preferences obj)
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x6004FC9")]
32 [global::Cpp2ILInjected.Address(RVA = "0x901498", Offset = "0x901498", Length = "0x5C")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Preferences), Member = "Put", MemberParameters = new object[]
35 {
36 typeof(string),
37 typeof(object)
38 }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
40 protected override void Configuration_Save(Preferences obj)
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x6004FCA")]
46 [global::Cpp2ILInjected.Address(RVA = "0x9014F4", Offset = "0x9014F4", Length = "0x674")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
49 {
50 typeof(float),
51 typeof(float)
52 }, ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MinimapFrameManager), Member = "CreateAndAdd", MemberParameters = new object[]
54 {
55 typeof(string),
61 }, ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x6004FCB")]
69 [global::Cpp2ILInjected.Address(RVA = "0x901B68", Offset = "0x901B68", Length = "0xF4")]
70 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MinimapFrameManager), Member = "PopulateOptionsAndLoadContent", MemberParameters = new object[] { typeof(AssetRequestMode) }, ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MinimapFrameTemplate), Member = "CreateInstance", MemberParameters = new object[] { typeof(AssetRequestMode) }, ReturnType = typeof(MinimapFrame))]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dictionary<object, object>), Member = "Add", MemberParameters = new object[]
75 {
76 typeof(object),
77 typeof(object)
78 }, ReturnType = typeof(void))]
79 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
80 private void CreateAndAdd(string name, Vector2 frameOffset, Vector2 resetPosition, Vector2 zoomInPosition, Vector2 zoomOutPosition, AssetRequestMode mode)
81 {
82 throw null;
83 }
84
85 [global::Cpp2ILInjected.Token(Token = "0x6004FCC")]
86 [global::Cpp2ILInjected.Address(RVA = "0x901E8C", Offset = "0x901E8C", Length = "0x34")]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MinimapFrame), Member = "Update", ReturnType = typeof(void))]
89 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MinimapFrame), Member = "DrawBackground", MemberParameters = new object[] { typeof(SpriteBatch) }, ReturnType = typeof(void))]
90 public void DrawTo(SpriteBatch spriteBatch, Vector2 position)
91 {
92 throw null;
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x6004FCD")]
96 [global::Cpp2ILInjected.Address(RVA = "0x901EC0", Offset = "0x901EC0", Length = "0x8")]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MinimapFrame), Member = "DrawForeground", MemberParameters = new object[] { typeof(SpriteBatch) }, ReturnType = typeof(void))]
99 public void DrawForeground(SpriteBatch spriteBatch)
100 {
101 throw null;
102 }
103
104 [global::Cpp2ILInjected.Token(Token = "0x6004FCE")]
105 [global::Cpp2ILInjected.Address(RVA = "0x901EC8", Offset = "0x901EC8", Length = "0x48")]
106 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
107 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SelectionHolder<>), Member = ".ctor", ReturnType = typeof(void))]
108 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
110 {
111 throw null;
112 }
113 }
114}
class f__AnonymousType0<< Count > j__TPar
override void PopulateOptionsAndLoadContent(AssetRequestMode mode)
void DrawTo(SpriteBatch spriteBatch, Vector2 position)
void CreateAndAdd(string name, Vector2 frameOffset, Vector2 resetPosition, Vector2 zoomInPosition, Vector2 zoomOutPosition, AssetRequestMode mode)