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

◆ SubTiles

List<TileObjectData> Terraria.ObjectData.TileObjectData.SubTiles
getsetprivate

Definition at line 943 of file TileObjectData.cs.

944 {
945 [global::Cpp2ILInjected.Token(Token = "0x600329C")]
946 [global::Cpp2ILInjected.Address(RVA = "0x1332B5C", Offset = "0x1332B5C", Length = "0x68")]
947 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
948 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
949 get
950 {
951 throw null;
952 }
953 [global::Cpp2ILInjected.Token(Token = "0x600329D")]
954 [global::Cpp2ILInjected.Address(RVA = "0x133092C", Offset = "0x133092C", Length = "0x78")]
955 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "SetupBaseObject", ReturnType = typeof(void))]
956 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "addSubTile", MemberParameters = new object[] { typeof(int[]) }, ReturnType = typeof(void))]
957 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "addSubTile", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
958 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
959 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectSubTilesModule), Member = ".ctor", MemberParameters = new object[]
960 {
963 }, ReturnType = typeof(void))]
964 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
965 set
966 {
967 throw null;
968 }
969 }
class f__AnonymousType0<< Count > j__TPar
TileObjectData(TileObjectData copyFrom=null)