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
Passes.cs
Go to the documentation of this file.
1using System;
4using Terraria.IO;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20004CE")]
10 public static class Passes
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x20004CF")]
13 public class Clear : GenPass
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6003027")]
16 [global::Cpp2ILInjected.Address(RVA = "0x12F9064", Offset = "0x12F9064", Length = "0x58")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
20 public Clear()
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x6003028")]
26 [global::Cpp2ILInjected.Address(RVA = "0x12F90BC", Offset = "0x12F90BC", Length = "0x120")]
27 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileData), Member = "get_Item", MemberParameters = new object[]
30 {
31 typeof(int),
32 typeof(int)
33 }, ReturnType = typeof(Tile))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "ClearEverything", ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
36 protected override void ApplyPass(GenerationProgress progress, GameConfiguration configuration)
37 {
38 throw null;
39 }
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x20004D0")]
43 public class ScatterCustom : GenPass
44 {
45 [global::Cpp2ILInjected.Token(Token = "0x6003029")]
46 [global::Cpp2ILInjected.Address(RVA = "0x12F91DC", Offset = "0x12F91DC", Length = "0x50")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x600302A")]
55 [global::Cpp2ILInjected.Address(RVA = "0x12F922C", Offset = "0x12F922C", Length = "0x8")]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x600302B")]
63 [global::Cpp2ILInjected.Address(RVA = "0x12F9234", Offset = "0x12F9234", Length = "0x188")]
64 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
65 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
66 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GenBase), Member = "get__random", ReturnType = typeof(UnifiedRandom))]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnifiedRandom), Member = "Next", MemberParameters = new object[]
68 {
69 typeof(int),
70 typeof(int)
71 }, ReturnType = typeof(int))]
72 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
73 protected override void ApplyPass(GenerationProgress progress, GameConfiguration configuration)
74 {
75 throw null;
76 }
77
78 [global::Cpp2ILInjected.Token(Token = "0x40039CC")]
79 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
81
82 [global::Cpp2ILInjected.Token(Token = "0x40039CD")]
83 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
84 private int _count;
85 }
86 }
87}
class f__AnonymousType0<< Count > j__TPar
delegate bool CustomPerUnitAction(int x, int y, params object[] args)
override void ApplyPass(GenerationProgress progress, GameConfiguration configuration)
Definition Passes.cs:36
void SetCustomAction(GenBase.CustomPerUnitAction perUnit)
Definition Passes.cs:57
override void ApplyPass(GenerationProgress progress, GameConfiguration configuration)
Definition Passes.cs:73
ScatterCustom(string name, double loadWeight, int count, GenBase.CustomPerUnitAction perUnit=null)
Definition Passes.cs:49
GenBase.CustomPerUnitAction _perUnit
Definition Passes.cs:80