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
SpelunkerProjectileHelper.cs
Go to the documentation of this file.
1using System;
8
10{
11 [global::Cpp2ILInjected.Token(Token = "0x20007F1")]
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6004169")]
15 [global::Cpp2ILInjected.Address(RVA = "0x77A98C", Offset = "0x77A98C", Length = "0xE8")]
16 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "PreUpdateAllProjectiles", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = ".ctor", MemberParameters = new object[]
20 {
21 typeof(int),
22 typeof(int),
23 typeof(int),
24 typeof(int)
25 }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HashSet<Point>), Member = "Clear", ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HashSet<Vector2>), Member = "Clear", ReturnType = typeof(void))]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x600416A")]
35 [global::Cpp2ILInjected.Address(RVA = "0x77AA74", Offset = "0x77AA74", Length = "0x84")]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "ItemCheck_EmitHeldItemLight", MemberParameters = new object[] { typeof(Item) }, ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Projectile), Member = "AI", ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Projectile), Member = "AI_014", ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HashSet<Vector2>), Member = "Add", MemberParameters = new object[] { typeof(Vector2) }, ReturnType = typeof(bool))]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x600416B")]
48 [global::Cpp2ILInjected.Address(RVA = "0x77AAF8", Offset = "0x77AAF8", Length = "0x3D4")]
49 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = "get_Right", ReturnType = typeof(int))]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils[]), Member = "Clamp", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[]
53 {
54 typeof(int),
55 typeof(int),
56 typeof(int)
57 }, ReturnType = "T")]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Rectangle), Member = "get_Bottom", ReturnType = typeof(int))]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileData), Member = "get_Item", MemberParameters = new object[]
60 {
61 typeof(int),
62 typeof(int)
63 }, ReturnType = typeof(Tile))]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "active", ReturnType = typeof(bool))]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Main), Member = "IsTileSpelunkable", MemberParameters = new object[] { typeof(Tile) }, ReturnType = typeof(bool))]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = ".ctor", MemberParameters = new object[]
67 {
68 typeof(float),
69 typeof(float)
70 }, ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "Length", ReturnType = typeof(float))]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HashSet<Point>), Member = "Add", MemberParameters = new object[] { typeof(Point) }, ReturnType = typeof(bool))]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Dust), Member = "NewDustDirect", MemberParameters = new object[]
75 {
77 typeof(int),
78 typeof(int),
79 typeof(int),
80 typeof(float),
81 typeof(float),
82 typeof(int),
84 typeof(float)
85 }, ReturnType = typeof(Dust))]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Vector2), Member = "op_Multiply", MemberParameters = new object[]
87 {
89 typeof(float)
90 }, ReturnType = typeof(Vector2))]
91 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
92 private void CheckSpot(Vector2 Center)
93 {
94 throw null;
95 }
96
97 [global::Cpp2ILInjected.Token(Token = "0x600416C")]
98 [global::Cpp2ILInjected.Address(RVA = "0x77AECC", Offset = "0x77AECC", Length = "0xC4")]
99 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = ".ctor", ReturnType = typeof(void))]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HashSet<Vector2>), Member = ".ctor", ReturnType = typeof(void))]
102 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HashSet<Point>), Member = ".ctor", ReturnType = typeof(void))]
103 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
104 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
106 {
107 throw null;
108 }
109
110 [global::Cpp2ILInjected.Token(Token = "0x4007F03")]
111 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
113
114 [global::Cpp2ILInjected.Token(Token = "0x4007F04")]
115 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
117
118 [global::Cpp2ILInjected.Token(Token = "0x4007F05")]
119 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
121
122 [global::Cpp2ILInjected.Token(Token = "0x4007F06")]
123 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
124 private int _frameCounter;
125 }
126}
class f__AnonymousType0<< Count > j__TPar