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

Definition at line 148 of file TEItemFrame.cs.

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

References Terraria.GameContent.Tile_Entities.TEItemFrame.item, j__TPar, Terraria.DataStructures.TileEntity.Position, System.text, and Terraria.DataStructures.Point16.Y.