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

◆ WaterDeath

bool Terraria.ObjectData.TileObjectData.WaterDeath
getset

Definition at line 686 of file TileObjectData.cs.

687 {
688 [global::Cpp2ILInjected.Token(Token = "0x600328C")]
689 [global::Cpp2ILInjected.Address(RVA = "0x133279C", Offset = "0x133279C", Length = "0x68")]
690 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "CheckWaterDeath", MemberParameters = new object[]
691 {
692 typeof(int),
693 typeof(int)
694 }, ReturnType = typeof(bool))]
695 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "CheckWaterDeath", MemberParameters = new object[] { typeof(Tile) }, ReturnType = typeof(bool))]
696 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
697 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
698 get
699 {
700 throw null;
701 }
702 [global::Cpp2ILInjected.Token(Token = "0x600328D")]
703 [global::Cpp2ILInjected.Address(RVA = "0x1330060", Offset = "0x1330060", Length = "0x124")]
704 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
705 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "SetupBaseObject", ReturnType = typeof(void))]
706 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_WaterDeath", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
707 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "Initialize", ReturnType = typeof(void))]
708 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 22)]
709 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "WriteCheck", ReturnType = typeof(void))]
710 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
711 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
712 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "set_WaterDeath", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
713 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
714 set
715 {
716 throw null;
717 }
718 }
class f__AnonymousType0<< Count > j__TPar
TileObjectData(TileObjectData copyFrom=null)