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
TileObjectSubTilesModule.cs
Go to the documentation of this file.
1using System;
6
7namespace Terraria.Modules
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200054F")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60032F2")]
13 [global::Cpp2ILInjected.Address(RVA = "0x132E6D0", Offset = "0x132E6D0", Length = "0x1AC")]
14 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "FullCopyFrom", MemberParameters = new object[] { typeof(TileObjectData) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_SubTiles", MemberParameters = new object[] { typeof(List<TileObjectData>) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = ".ctor", MemberParameters = new object[] { typeof(TileObjectData) }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
27
28 [global::Cpp2ILInjected.Token(Token = "0x4003C00")]
29 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
31 }
32}
class f__AnonymousType0<< Count > j__TPar
TileObjectSubTilesModule(TileObjectSubTilesModule copyFrom=null, List< TileObjectData > newData=null)