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_Wiring.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000655")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60036F3")]
12 [global::Cpp2ILInjected.Address(RVA = "0x141D564", Offset = "0x141D564", Length = "0x50")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Wiring), Member = "GetProjectileSource", MemberParameters = new object[]
14 {
15 typeof(int),
16 typeof(int)
17 }, ReturnType = typeof(IEntitySource))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Wiring), Member = "GetNPCSource", MemberParameters = new object[]
19 {
20 typeof(int),
21 typeof(int)
22 }, ReturnType = typeof(IEntitySource))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Wiring), Member = "GetItemSource", 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}
class f__AnonymousType0<< Count > j__TPar
EntitySource_Wiring(int tileCoordsX, int tileCoordsY)