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
ButtonFocus.cs
Go to the documentation of this file.
1using System;
4using UnityEngine;
5
6namespace InterfaceMovement
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200000B")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x600003C")]
12 [global::Cpp2ILInjected.Address(RVA = "0x198F490", Offset = "0x198F490", Length = "0x1BC")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Component), Member = "get_transform", ReturnType = typeof(Transform))]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Transform), Member = "get_parent", ReturnType = typeof(Transform))]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Component), Member = "GetComponent", MemberTypeParameters = new object[] { "T" }, ReturnType = "T")]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Transform), Member = "get_position", ReturnType = typeof(Vector3))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Time), Member = "get_deltaTime", ReturnType = typeof(float))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Transform), Member = "set_position", MemberParameters = new object[] { typeof(Vector3) }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
22 private void Update()
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x600003D")]
28 [global::Cpp2ILInjected.Address(RVA = "0x198F64C", Offset = "0x198F64C", Length = "0x8")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(MonoBehaviour), Member = ".ctor", ReturnType = typeof(void))]
31 public ButtonFocus()
32 {
33 throw null;
34 }
35 }
36}
class f__AnonymousType0<< Count > j__TPar