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
EntitySource_TileInteraction.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000653")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60036F1")]
12 [global::Cpp2ILInjected.Address(RVA = "0x141D4BC", Offset = "0x141D4BC", Length = "0x54")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "GetProjectileSource_TileInteraction", MemberParameters = new object[]
14 {
15 typeof(int),
16 typeof(int)
17 }, ReturnType = typeof(IEntitySource))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "GetItemSource_TileInteraction", MemberParameters = new object[]
19 {
20 typeof(int),
21 typeof(int)
22 }, ReturnType = typeof(IEntitySource))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Player), Member = "GetNPCSource_TileInteraction", MemberParameters = new object[]
24 {
25 typeof(int),
26 typeof(int)
27 }, ReturnType = typeof(IEntitySource))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldGen), Member = "GetProjectileSource_PlayerOrWires", MemberParameters = new object[]
29 {
30 typeof(int),
31 typeof(int),
32 typeof(bool),
34 }, ReturnType = typeof(IEntitySource))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Point), Member = ".ctor", MemberParameters = new object[]
38 {
39 typeof(int),
40 typeof(int)
41 }, ReturnType = typeof(void))]
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x4007803")]
48 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
50 }
51}
class f__AnonymousType0<< Count > j__TPar
EntitySource_TileInteraction(Entity entity, int tileCoordsX, int tileCoordsY)