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
FastConditionSetter.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000860")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6004394")]
11 [global::Cpp2ILInjected.Address(RVA = "0x7A3DB8", Offset = "0x7A3DB8", Length = "0x2C")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
14 public FastConditionSetter(Action<SimulatorInfo> setup, Action<SimulatorInfo> tearDown)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6004395")]
20 [global::Cpp2ILInjected.Address(RVA = "0x7A454C", Offset = "0x7A454C", Length = "0x1C")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6004396")]
29 [global::Cpp2ILInjected.Address(RVA = "0x7A4568", Offset = "0x7A4568", Length = "0x1C")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x6004397")]
38 [global::Cpp2ILInjected.Address(RVA = "0x7A4584", Offset = "0x7A4584", Length = "0x8")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x4008192")]
46 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
47 private Action<SimulatorInfo> _setup;
48
49 [global::Cpp2ILInjected.Token(Token = "0x4008193")]
50 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
51 private Action<SimulatorInfo> _tearDown;
52 }
53}
class f__AnonymousType0<< Count > j__TPar
FastConditionSetter(Action< SimulatorInfo > setup, Action< SimulatorInfo > tearDown)