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

◆ Direction

TileObjectDirection Terraria.ObjectData.TileObjectData.Direction
getset

Definition at line 1679 of file TileObjectData.cs.

1680 {
1681 [global::Cpp2ILInjected.Token(Token = "0x60032BC")]
1682 [global::Cpp2ILInjected.Address(RVA = "0x13333B8", Offset = "0x13333B8", Length = "0x68")]
1683 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIRubbleMaker), Member = "SetupPreview", MemberParameters = new object[]
1684 {
1685 typeof(int),
1686 typeof(int),
1687 typeof(int)
1688 }, ReturnType = typeof(void))]
1689 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObject), Member = "CanPlace", MemberParameters = new object[]
1690 {
1691 typeof(int),
1692 typeof(int),
1693 typeof(int),
1694 typeof(int),
1695 typeof(int),
1696 typeof(ref TileObject),
1697 typeof(bool),
1698 typeof(int?)
1699 }, ReturnType = typeof(bool))]
1700 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
1701 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
1702 get
1703 {
1704 throw null;
1705 }
1706 [global::Cpp2ILInjected.Token(Token = "0x60032BD")]
1707 [global::Cpp2ILInjected.Address(RVA = "0x1330E60", Offset = "0x1330E60", Length = "0xFC")]
1708 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
1709 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "SetupBaseObject", ReturnType = typeof(void))]
1710 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_Direction", MemberParameters = new object[] { typeof(TileObjectDirection) }, ReturnType = typeof(void))]
1711 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "Initialize", ReturnType = typeof(void))]
1712 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 49)]
1713 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "WriteCheck", ReturnType = typeof(void))]
1714 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectBaseModule), Member = ".ctor", MemberParameters = new object[] { typeof(TileObjectBaseModule) }, ReturnType = typeof(void))]
1715 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
1716 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "set_Direction", MemberParameters = new object[] { typeof(TileObjectDirection) }, ReturnType = typeof(void))]
1717 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
1718 set
1719 {
1720 throw null;
1721 }
1722 }
class f__AnonymousType0<< Count > j__TPar
TileObjectData(TileObjectData copyFrom=null)