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_ShakeTree.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000657")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60036F5")]
12 [global::Cpp2ILInjected.Address(RVA = "0x141D604", Offset = "0x141D604", Length = "0x50")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldGen), Member = "GetNPCSource_ShakeTree", MemberParameters = new object[]
14 {
15 typeof(int),
16 typeof(int)
17 }, ReturnType = typeof(EntitySource_ShakeTree))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldGen), Member = "GetProjectileSource_ShakeTree", MemberParameters = new object[]
19 {
20 typeof(int),
21 typeof(int)
22 }, ReturnType = typeof(EntitySource_ShakeTree))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldGen), Member = "GetItemSource_ShakeTree", MemberParameters = new object[]
24 {
25 typeof(int),
26 typeof(int)
27 }, ReturnType = typeof(EntitySource_ShakeTree))]
28 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldGen), Member = "ShakeTree", MemberParameters = new object[]
29 {
30 typeof(int),
31 typeof(int)
32 }, ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldGen), Member = "GetItemSource_FromTreeShake", MemberParameters = new object[]
34 {
35 typeof(int),
36 typeof(int)
37 }, ReturnType = typeof(IEntitySource))]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 14)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Point), Member = ".ctor", MemberParameters = new object[]
41 {
42 typeof(int),
43 typeof(int)
44 }, ReturnType = typeof(void))]
46 {
47 throw null;
48 }
49 }
50}
class f__AnonymousType0<< Count > j__TPar
EntitySource_ShakeTree(int tileCoordsX, int tileCoordsY)