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

◆ AnchorRight

AnchorData Terraria.ObjectData.TileObjectData.AnchorRight
getset

Definition at line 456 of file TileObjectData.cs.

457 {
458 [global::Cpp2ILInjected.Token(Token = "0x6003280")]
459 [global::Cpp2ILInjected.Address(RVA = "0x133252C", Offset = "0x133252C", Length = "0x68")]
460 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
461 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIRubbleMaker), Member = "SetupPreview", MemberParameters = new object[]
462 {
463 typeof(int),
464 typeof(int),
465 typeof(int)
466 }, ReturnType = typeof(void))]
467 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObject), Member = "Place", MemberParameters = new object[] { typeof(TileObject) }, ReturnType = typeof(bool))]
468 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObject), Member = "CanPlace", MemberParameters = new object[]
469 {
470 typeof(int),
471 typeof(int),
472 typeof(int),
473 typeof(int),
474 typeof(int),
475 typeof(ref TileObject),
476 typeof(bool),
477 typeof(int?)
478 }, ReturnType = typeof(bool))]
479 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "get_AnchorRight", ReturnType = typeof(AnchorData))]
480 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 11)]
481 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "get_AnchorRight", ReturnType = typeof(AnchorData))]
482 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
483 get
484 {
485 throw null;
486 }
487 [global::Cpp2ILInjected.Token(Token = "0x6003281")]
488 [global::Cpp2ILInjected.Address(RVA = "0x132F584", Offset = "0x132F584", Length = "0x1B8")]
489 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
490 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "SetupBaseObject", ReturnType = typeof(void))]
491 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_AnchorRight", MemberParameters = new object[] { typeof(AnchorData) }, ReturnType = typeof(void))]
492 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "Initialize", ReturnType = typeof(void))]
493 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 16)]
494 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "WriteCheck", ReturnType = typeof(void))]
495 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AnchorData), Member = "op_Equality", MemberParameters = new object[]
496 {
499 }, ReturnType = typeof(bool))]
500 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
501 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
502 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "set_AnchorRight", MemberParameters = new object[] { typeof(AnchorData) }, ReturnType = typeof(void))]
503 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
504 set
505 {
506 throw null;
507 }
508 }
class f__AnonymousType0<< Count > j__TPar
TileObjectData(TileObjectData copyFrom=null)