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

Definition at line 173 of file TEDisplayDoll.cs.

174 {
175 Point16 position = this.Position;
176 string text;
177 if ((text == null || text != null) && ("x " == null || "x " != null))
178 {
179 short y = this.Position.Y;
180 string text2;
181 if ((text2 == null || text2 != null) && ("y item: " == null || "y item: " != null))
182 {
184 if (position2 == null || position2 == null || position2 == null)
185 {
186 }
187 if (" " == null || " " != null)
188 {
189 Vector2 velocity = this._items.velocity;
190 if (velocity == null || velocity == null || velocity == null)
191 {
192 }
193 if (" " == null || " " != null)
194 {
195 Vector2 oldPosition = this._items.oldPosition;
196 if (oldPosition == null || oldPosition == null || oldPosition != null)
197 {
198 string text3;
199 return text3;
200 }
201 }
202 }
203 }
204 }
205 throw new ArrayTypeMismatchException();
206 }
class f__AnonymousType0<< Count > j__TPar
Vector2 oldPosition
Definition Entity.cs:466
Vector2 velocity
Definition Entity.cs:463
Vector2 position
Definition Entity.cs:460

References Terraria.GameContent.Tile_Entities.TEDisplayDoll._items, j__TPar, Terraria.Entity.oldPosition, Terraria.DataStructures.TileEntity.Position, Terraria.Entity.position, System.text, Terraria.Entity.velocity, and Terraria.DataStructures.Point16.Y.