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
ActionGrass.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::Cpp2ILInjected.Token(Token = "0x20008D0")]
11 public class ActionGrass : GenAction
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6004593")]
14 [global::Cpp2ILInjected.Address(RVA = "0x7BC384", Offset = "0x7BC384", Length = "0x224")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileData), Member = "get_Item", MemberParameters = new object[]
18 {
19 typeof(int),
20 typeof(int)
21 }, ReturnType = typeof(Tile))]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "active", ReturnType = typeof(bool))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GenBase), Member = "get__random", ReturnType = typeof(UnifiedRandom))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils[]), Member = "SelectRandom", MemberTypeParameters = new object[] { typeof(ushort) }, MemberParameters = new object[]
25 {
27 typeof(ushort[])
28 }, ReturnType = "T")]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(WorldGen), Member = "PlaceTile", MemberParameters = new object[]
30 {
31 typeof(int),
32 typeof(int),
33 typeof(int),
34 typeof(bool),
35 typeof(bool),
36 typeof(int),
37 typeof(int)
38 }, ReturnType = typeof(bool))]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GenAction), Member = "UnitApply", MemberParameters = new object[]
40 {
42 typeof(int),
43 typeof(int),
44 typeof(object[])
45 }, ReturnType = typeof(bool))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
47 public override bool Apply(Point origin, int x, int y, params object[] args)
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x6004594")]
53 [global::Cpp2ILInjected.Address(RVA = "0x7BC5A8", Offset = "0x7BC5A8", Length = "0x8")]
54 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GenAction), Member = ".ctor", ReturnType = typeof(void))]
56 public ActionGrass()
57 {
58 throw null;
59 }
60 }
61}
class f__AnonymousType0<< Count > j__TPar
override bool Apply(Point origin, int x, int y, params object[] args)