terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ToString()

override string Terraria.GameContent.Tile_Entities.TELogicSensor.ToString ( )
inline

Definition at line 353 of file TELogicSensor.cs.

354 {
355 Point16 position = this.Position;
356 string text;
357 if ((text == null || text != null) && ("x " == null || "x " != null))
358 {
359 short y = this.Position.Y;
360 string text2;
361 if ((text2 == null || text2 != null) && ("y " == null || "y " != null))
362 {
364 string text3;
365 if (text3 == null || text3 != null)
366 {
367 string text4;
368 return text4;
369 }
370 }
371 }
372 throw new ArrayTypeMismatchException();
373 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.GameContent.Tile_Entities.TELogicSensor.logicCheck, Terraria.DataStructures.TileEntity.Position, System.text, and Terraria.DataStructures.Point16.Y.