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
LiquidBuffer.cs
Go to the documentation of this file.
1using System;
4
5namespace Terraria
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20003F1")]
8 public class LiquidBuffer
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001BB8")]
11 [global::Cpp2ILInjected.Address(RVA = "0xCEDC88", Offset = "0xCEDC88", Length = "0x128")]
12 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Liquid), Member = "AddWater", MemberParameters = new object[]
14 {
15 typeof(int),
16 typeof(int)
17 }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileData), Member = "get_Item", MemberParameters = new object[]
20 {
21 typeof(int),
22 typeof(int)
23 }, ReturnType = typeof(Tile))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "checkingLiquid", ReturnType = typeof(bool))]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Tile), Member = "checkingLiquid", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
27 public static void AddBuffer(int x, int y)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x6001BB9")]
33 [global::Cpp2ILInjected.Address(RVA = "0xCEDBDC", Offset = "0xCEDBDC", Length = "0xAC")]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Liquid), Member = "UpdateLiquid", ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
36 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
37 public static void DelBuffer(int l)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x6001BBA")]
43 [global::Cpp2ILInjected.Address(RVA = "0xCFA740", Offset = "0xCFA740", Length = "0x8")]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "Initialize_AlmostEverything", ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WorldGen), Member = "clearWorld", ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
48 public LiquidBuffer()
49 {
50 throw null;
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x40028E6")]
54 public static int numLiquidBuffer;
55
56 [global::Cpp2ILInjected.Token(Token = "0x40028E7")]
57 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
58 public int x;
59
60 [global::Cpp2ILInjected.Token(Token = "0x40028E8")]
61 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
62 public int y;
63 }
64}
class f__AnonymousType0<< Count > j__TPar
static void DelBuffer(int l)
static void AddBuffer(int x, int y)
static int numLiquidBuffer