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

◆ AnchorValidTiles

int [] Terraria.ObjectData.TileObjectData.AnchorValidTiles
getset

Definition at line 551 of file TileObjectData.cs.

552 {
553 [global::Cpp2ILInjected.Token(Token = "0x6003284")]
554 [global::Cpp2ILInjected.Address(RVA = "0x13325FC", Offset = "0x13325FC", Length = "0x68")]
555 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
556 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
557 get
558 {
559 throw null;
560 }
561 [global::Cpp2ILInjected.Token(Token = "0x6003285")]
562 [global::Cpp2ILInjected.Address(RVA = "0x132F9D4", Offset = "0x132F9D4", Length = "0x1A0")]
563 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
564 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "SetupBaseObject", ReturnType = typeof(void))]
565 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_AnchorValidTiles", MemberParameters = new object[] { typeof(int[]) }, ReturnType = typeof(void))]
566 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "Initialize", ReturnType = typeof(void))]
567 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 32)]
568 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "WriteCheck", ReturnType = typeof(void))]
569 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Utils), Member = "deepCompare", MemberParameters = new object[]
570 {
571 typeof(int[]),
572 typeof(int[])
573 }, ReturnType = typeof(bool))]
574 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AnchorTypesModule), Member = ".ctor", MemberParameters = new object[] { typeof(AnchorTypesModule) }, ReturnType = typeof(void))]
575 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Array), Member = "Clone", ReturnType = typeof(object))]
576 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
577 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "set_AnchorValidTiles", MemberParameters = new object[] { typeof(int[]) }, ReturnType = typeof(void))]
578 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
579 set
580 {
581 throw null;
582 }
583 }
class f__AnonymousType0<< Count > j__TPar
TileObjectData(TileObjectData copyFrom=null)