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

◆ FramePosition

Vector2 Terraria.GameContent.UI.Minimap.MinimapFrame.FramePosition
getsetprivate

Definition at line 84 of file MinimapFrame.cs.

85 {
86 [global::Cpp2ILInjected.Token(Token = "0x6004FB2")]
87 [global::Cpp2ILInjected.Address(RVA = "0x9006CC", Offset = "0x9006CC", Length = "0x7C")]
88 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MinimapFrame), Member = "DrawForeground", MemberParameters = new object[] { typeof(SpriteBatch) }, ReturnType = typeof(void))]
89 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MinimapFrame), Member = "GetButtonUnderMouse", ReturnType = typeof(MinimapFrame.Button))]
90 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
91 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
92 {
95 }, ReturnType = typeof(Vector2))]
96 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
97 get
98 {
99 throw null;
100 }
101 [global::Cpp2ILInjected.Token(Token = "0x6004FB3")]
102 [global::Cpp2ILInjected.Address(RVA = "0x900748", Offset = "0x900748", Length = "0x88")]
103 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
104 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Subtraction", MemberParameters = new object[]
105 {
108 }, ReturnType = typeof(Vector2))]
109 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
110 set
111 {
112 throw null;
113 }
114 }
class f__AnonymousType0<< Count > j__TPar
MinimapFrame(Asset< Texture2D > frameTexture, Vector2 frameOffset)