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

◆ AnchorWall

bool Terraria.ObjectData.TileObjectData.AnchorWall
getset

Definition at line 511 of file TileObjectData.cs.

512 {
513 [global::Cpp2ILInjected.Token(Token = "0x6003282")]
514 [global::Cpp2ILInjected.Address(RVA = "0x1332594", Offset = "0x1332594", Length = "0x68")]
515 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObject), Member = "CanPlace", MemberParameters = new object[]
516 {
517 typeof(int),
518 typeof(int),
519 typeof(int),
520 typeof(int),
521 typeof(int),
522 typeof(ref TileObject),
523 typeof(bool),
524 typeof(int?)
525 }, ReturnType = typeof(bool))]
526 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
527 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
528 get
529 {
530 throw null;
531 }
532 [global::Cpp2ILInjected.Token(Token = "0x6003283")]
533 [global::Cpp2ILInjected.Address(RVA = "0x132F73C", Offset = "0x132F73C", Length = "0x164")]
534 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
535 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "SetupBaseObject", ReturnType = typeof(void))]
536 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_AnchorWall", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
537 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "Initialize", ReturnType = typeof(void))]
538 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 14)]
539 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "WriteCheck", ReturnType = typeof(void))]
540 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
541 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
542 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "set_AnchorWall", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
543 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
544 set
545 {
546 throw null;
547 }
548 }
class f__AnonymousType0<< Count > j__TPar
TileObjectData(TileObjectData copyFrom=null)