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
PotionOfReturnHelper.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x2000852")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6004342")]
14 [global::Cpp2ILInjected.Address(RVA = "0x7A0F70", Offset = "0x7A0F70", Length = "0x1B8")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReturnGatePlayerRenderer), Member = "OverReturnGateInWorld", MemberParameters = new object[] { typeof(Player) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ReturnGatePlayerRenderer), Member = "DrawReturnGateInWorld", MemberParameters = new object[]
17 {
20 }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(PotionOfReturnSmartInteractCandidateProvider), Member = "ProvideCandidate", MemberParameters = new object[]
22 {
25 }, ReturnType = typeof(bool))]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
28 {
29 typeof(float),
30 typeof(float)
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2?), Member = "get_Value", ReturnType = "T")]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Addition", MemberParameters = new object[]
34 {
37 }, ReturnType = typeof(Vector2))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "CenteredRectangle", MemberParameters = new object[]
39 {
42 }, ReturnType = typeof(Rectangle))]
43 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
44 public static bool TryGetGateHitbox(Player player, out Rectangle homeHitbox)
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x6004343")]
50 [global::Cpp2ILInjected.Address(RVA = "0x7A11A8", Offset = "0x7A11A8", Length = "0x8")]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
54 {
55 throw null;
56 }
57 }
58}
class f__AnonymousType0<< Count > j__TPar
static bool TryGetGateHitbox(Player player, out Rectangle homeHitbox)