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

◆ AnchorAlternateTiles

int [] Terraria.ObjectData.TileObjectData.AnchorAlternateTiles
getset

Definition at line 621 of file TileObjectData.cs.

622 {
623 [global::Cpp2ILInjected.Token(Token = "0x6003288")]
624 [global::Cpp2ILInjected.Address(RVA = "0x13326CC", Offset = "0x13326CC", Length = "0x68")]
625 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
626 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
627 get
628 {
629 throw null;
630 }
631 [global::Cpp2ILInjected.Token(Token = "0x6003289")]
632 [global::Cpp2ILInjected.Address(RVA = "0x132FD14", Offset = "0x132FD14", Length = "0x1A0")]
633 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
634 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "SetupBaseObject", ReturnType = typeof(void))]
635 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_AnchorAlternateTiles", MemberParameters = new object[] { typeof(int[]) }, ReturnType = typeof(void))]
636 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "Initialize", ReturnType = typeof(void))]
637 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 19)]
638 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "WriteCheck", ReturnType = typeof(void))]
639 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "deepCompare", MemberParameters = new object[]
640 {
641 typeof(int[]),
642 typeof(int[])
643 }, ReturnType = typeof(bool))]
644 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AnchorTypesModule), Member = ".ctor", MemberParameters = new object[] { typeof(AnchorTypesModule) }, ReturnType = typeof(void))]
645 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Clone", ReturnType = typeof(object))]
646 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
647 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "set_AnchorAlternateTiles", MemberParameters = new object[] { typeof(int[]) }, ReturnType = typeof(void))]
648 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
649 set
650 {
651 throw null;
652 }
653 }
class f__AnonymousType0<< Count > j__TPar
TileObjectData(TileObjectData copyFrom=null)