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

◆ LavaDeath

bool Terraria.ObjectData.TileObjectData.LavaDeath
getset

Definition at line 721 of file TileObjectData.cs.

722 {
723 [global::Cpp2ILInjected.Token(Token = "0x600328E")]
724 [global::Cpp2ILInjected.Address(RVA = "0x1332804", Offset = "0x1332804", Length = "0x68")]
725 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "CheckLavaDeath", MemberParameters = new object[]
726 {
727 typeof(int),
728 typeof(int)
729 }, ReturnType = typeof(bool))]
730 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "CheckLavaDeath", MemberParameters = new object[] { typeof(Tile) }, ReturnType = typeof(bool))]
731 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
732 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
733 get
734 {
735 throw null;
736 }
737 [global::Cpp2ILInjected.Token(Token = "0x600328F")]
738 [global::Cpp2ILInjected.Address(RVA = "0x1330184", Offset = "0x1330184", Length = "0x124")]
739 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
740 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "SetupBaseObject", ReturnType = typeof(void))]
741 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "set_LavaDeath", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
742 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TileObjectData), Member = "Initialize", ReturnType = typeof(void))]
743 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 125)]
744 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "WriteCheck", ReturnType = typeof(void))]
745 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
746 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
747 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TileObjectData), Member = "set_LavaDeath", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
748 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
749 set
750 {
751 throw null;
752 }
753 }
class f__AnonymousType0<< Count > j__TPar
TileObjectData(TileObjectData copyFrom=null)