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

◆ WaterPlacement

LiquidPlacement Terraria.ObjectData.TileObjectData.WaterPlacement
getset

Definition at line 756 of file TileObjectData.cs.

757 {
758 [global::Cpp2ILInjected.Token(Token = "0x6003290")]
759 [global::Cpp2ILInjected.Address(RVA = "0x133286C", Offset = "0x133286C", Length = "0x68")]
760 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
761 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
762 get
763 {
764 throw null;
765 }
766 [global::Cpp2ILInjected.Token(Token = "0x6003291")]
767 [global::Cpp2ILInjected.Address(RVA = "0x13302E0", Offset = "0x13302E0", Length = "0x110")]
768 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
769 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "SetupBaseObject", ReturnType = typeof(void))]
770 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "Calculate", ReturnType = typeof(void))]
771 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_WaterPlacement", MemberParameters = new object[] { typeof(LiquidPlacement) }, ReturnType = typeof(void))]
772 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "Initialize", ReturnType = typeof(void))]
773 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 32)]
774 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "WriteCheck", ReturnType = typeof(void))]
775 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
776 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
777 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "set_WaterPlacement", MemberParameters = new object[] { typeof(LiquidPlacement) }, ReturnType = typeof(void))]
778 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
779 set
780 {
781 throw null;
782 }
783 }
class f__AnonymousType0<< Count > j__TPar
TileObjectData(TileObjectData copyFrom=null)