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

◆ Coordinates

Point16 Terraria.DataStructures.TileObjectPreviewData.Coordinates
getset

Definition at line 215 of file TileObjectPreviewData.cs.

216 {
217 [global::Cpp2ILInjected.Token(Token = "0x6003785")]
218 [global::Cpp2ILInjected.Address(RVA = "0x1420354", Offset = "0x1420354", Length = "0x8")]
219 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
220 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
221 get
222 {
223 throw null;
224 }
225 [global::Cpp2ILInjected.Token(Token = "0x6003786")]
226 [global::Cpp2ILInjected.Address(RVA = "0x142035C", Offset = "0x142035C", Length = "0x8")]
227 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
228 set
229 {
230 throw null;
231 }
232 }