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
TileObjectCoordinatesModule.cs
Go to the documentation of this file.
1using System;
6
7namespace Terraria.Modules
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200054C")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60032EF")]
13 [global::Cpp2ILInjected.Address(RVA = "0x133115C", Offset = "0x133115C", Length = "0x120")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "SetupBaseObject", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_Width", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_Height", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_CoordinateHeights", MemberParameters = new object[] { typeof(int[]) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_CoordinateWidth", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_CoordinatePadding", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_CoordinatePaddingFix", MemberParameters = new object[] { typeof(Point16) }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_DrawStyleOffset", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Copy", MemberParameters = new object[]
25 {
28 typeof(int)
29 }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x4003BEC")]
37 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
38 public int width;
39
40 [global::Cpp2ILInjected.Token(Token = "0x4003BED")]
41 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
42 public int[] heights;
43
44 [global::Cpp2ILInjected.Token(Token = "0x4003BEE")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
46 public int padding;
47
48 [global::Cpp2ILInjected.Token(Token = "0x4003BEF")]
49 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
51
52 [global::Cpp2ILInjected.Token(Token = "0x4003BF0")]
53 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
54 public int styleWidth;
55
56 [global::Cpp2ILInjected.Token(Token = "0x4003BF1")]
57 [global::Cpp2ILInjected.FieldOffset(Offset = "0x2C")]
58 public int styleHeight;
59
60 [global::Cpp2ILInjected.Token(Token = "0x4003BF2")]
61 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
62 public bool calculated;
63
64 [global::Cpp2ILInjected.Token(Token = "0x4003BF3")]
65 [global::Cpp2ILInjected.FieldOffset(Offset = "0x34")]
66 public int drawStyleOffset;
67 }
68}
class f__AnonymousType0<< Count > j__TPar
TileObjectCoordinatesModule(TileObjectCoordinatesModule copyFrom=null, int[] drawHeight=null)