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

◆ IsChanged

bool Terraria.Map.MapTile.IsChanged
getset

Definition at line 13 of file MapTile.cs.

14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6003918")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1448310", Offset = "0x1448310", Length = "0x10")]
17 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
23 [global::Cpp2ILInjected.Token(Token = "0x6003919")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1448320", Offset = "0x1448320", Length = "0x1C")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 set
28 {
29 throw null;
30 }
31 }