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.TEFoodPlatter.ToString ( )
inline

Definition at line 149 of file TEFoodPlatter.cs.

150 {
151 Point16 position = this.Position;
152 string text;
153 if ((text == null || text != null) && ("x " == null || "x " != null))
154 {
155 short y = this.Position.Y;
156 string text2;
157 if ((text2 == null || text2 != null) && ("y item: " == null || "y item: " != null) && ("y item: " == null || "y item: " == null || "y item: " != null))
158 {
159 string text3;
160 return text3;
161 }
162 }
163 throw new ArrayTypeMismatchException();
164 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.DataStructures.TileEntity.Position, System.text, and Terraria.DataStructures.Point16.Y.