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

Definition at line 248 of file TETrainingDummy.cs.

249 {
250 Point16 position = this.Position;
251 string text;
252 if ((text == null || text != null) && ("x " == null || "x " != null))
253 {
254 short y = this.Position.Y;
255 string text2;
256 string text3;
257 if ((text2 == null || text2 != null) && ("y npc: " == null || "y npc: " != null) && (text3 == null || text3 != null))
258 {
259 string text4;
260 return text4;
261 }
262 }
263 throw new ArrayTypeMismatchException();
264 }
class f__AnonymousType0<< Count > j__TPar

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