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
ActionPlaceStatue.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20008D1")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6004595")]
14 [global::Cpp2ILInjected.Address(RVA = "0x7BC5B0", Offset = "0x7BC5B0", Length = "0x28")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GenAction), Member = ".ctor", ReturnType = typeof(void))]
17 public ActionPlaceStatue(int index = -1)
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x6004596")]
23 [global::Cpp2ILInjected.Address(RVA = "0x7BC5D8", Offset = "0x7BC5D8", Length = "0x128")]
24 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GenBase), Member = "get__random", ReturnType = typeof(UnifiedRandom))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[]
28 {
29 typeof(int),
30 typeof(int)
31 }, ReturnType = typeof(int))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WorldGen), Member = "PlaceTile", MemberParameters = new object[]
33 {
34 typeof(int),
35 typeof(int),
36 typeof(int),
37 typeof(bool),
38 typeof(bool),
39 typeof(int),
40 typeof(int)
41 }, ReturnType = typeof(bool))]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GenAction), Member = "UnitApply", MemberParameters = new object[]
43 {
45 typeof(int),
46 typeof(int),
47 typeof(object[])
48 }, ReturnType = typeof(bool))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
50 public override bool Apply(Point origin, int x, int y, params object[] args)
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x4008202")]
56 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
57 private int _statueIndex;
58 }
59}
class f__AnonymousType0<< Count > j__TPar
override bool Apply(Point origin, int x, int y, params object[] args)