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

◆ HookCheckIfCanPlace

PlacementHook Terraria.ObjectData.TileObjectData.HookCheckIfCanPlace
getset

Definition at line 816 of file TileObjectData.cs.

817 {
818 [global::Cpp2ILInjected.Token(Token = "0x6003294")]
819 [global::Cpp2ILInjected.Address(RVA = "0x133293C", Offset = "0x133293C", Length = "0x88")]
820 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
821 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObject), Member = "CanPlace", MemberParameters = new object[]
822 {
823 typeof(int),
824 typeof(int),
825 typeof(int),
826 typeof(int),
827 typeof(int),
828 typeof(ref TileObject),
829 typeof(bool),
830 typeof(int?)
831 }, ReturnType = typeof(bool))]
832 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "get_HookCheckIfCanPlace", ReturnType = typeof(PlacementHook))]
833 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
834 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "get_HookCheckIfCanPlace", ReturnType = typeof(PlacementHook))]
835 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
836 get
837 {
838 throw null;
839 }
840 [global::Cpp2ILInjected.Token(Token = "0x6003295")]
841 [global::Cpp2ILInjected.Address(RVA = "0x133057C", Offset = "0x133057C", Length = "0xEC")]
842 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
843 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "SetupBaseObject", ReturnType = typeof(void))]
844 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "Initialize", ReturnType = typeof(void))]
845 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
846 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "WriteCheck", ReturnType = typeof(void))]
847 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
848 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
849 set
850 {
851 throw null;
852 }
853 }
class f__AnonymousType0<< Count > j__TPar
TileObjectData(TileObjectData copyFrom=null)