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
TileObjectBaseModule.cs
Go to the documentation of this file.
1using System;
7
8namespace Terraria.Modules
9{
10 [global::Cpp2ILInjected.Token(Token = "0x200054B")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60032EE")]
14 [global::Cpp2ILInjected.Address(RVA = "0x13309A4", Offset = "0x13309A4", Length = "0xF4")]
15 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "SetupBaseObject", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_Width", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_Height", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_Origin", MemberParameters = new object[] { typeof(Point16) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_Direction", MemberParameters = new object[] { typeof(TileObjectDirection) }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_RandomStyleRange", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_SpecificRandomStyles", MemberParameters = new object[] { typeof(int[]) }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_FlattenAnchors", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 8)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "CopyTo", MemberParameters = new object[]
27 {
29 typeof(int)
30 }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x4003BE5")]
38 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
39 public int width;
40
41 [global::Cpp2ILInjected.Token(Token = "0x4003BE6")]
42 [global::Cpp2ILInjected.FieldOffset(Offset = "0x14")]
43 public int height;
44
45 [global::Cpp2ILInjected.Token(Token = "0x4003BE7")]
46 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
48
49 [global::Cpp2ILInjected.Token(Token = "0x4003BE8")]
50 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
52
53 [global::Cpp2ILInjected.Token(Token = "0x4003BE9")]
54 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
55 public int randomRange;
56
57 [global::Cpp2ILInjected.Token(Token = "0x4003BEA")]
58 [global::Cpp2ILInjected.FieldOffset(Offset = "0x24")]
59 public bool flattenAnchors;
60
61 [global::Cpp2ILInjected.Token(Token = "0x4003BEB")]
62 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
64 }
65}
class f__AnonymousType0<< Count > j__TPar
TileObjectBaseModule(TileObjectBaseModule copyFrom=null)