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
RaycasterManager.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20000BB")]
9 internal static class RaycasterManager
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60006C5")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1FED2B0", Offset = "0x1FED2B0", Length = "0x104")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BaseRaycaster), Member = "OnEnable", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "Contains", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x60006C6")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1FED3B4", Offset = "0x1FED3B4", Length = "0x58")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x60006C7")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1FED40C", Offset = "0x1FED40C", Length = "0xC4")]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BaseRaycaster), Member = "OnDisable", ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "Contains", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "Remove", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
38 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
40 {
41 throw null;
42 }
43
44 // Note: this type is marked as 'beforefieldinit'.
45 [global::Cpp2ILInjected.Token(Token = "0x60006C8")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1FED4D0", Offset = "0x1FED4D0", Length = "0x8C")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x4000316")]
57 }
58}
class f__AnonymousType0<< Count > j__TPar
static void RemoveRaycasters(BaseRaycaster baseRaycaster)
static List< BaseRaycaster > GetRaycasters()
static readonly List< BaseRaycaster > s_Raycasters
static void AddRaycaster(BaseRaycaster baseRaycaster)