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

Definition at line 895 of file Tile_PC.cs.

896 {
897 string text;
898 if (("Tile Type:" == null || "Tile Type:" != null) && (text == null || text != null) && (" Active:" == null || " Active:" != null))
899 {
900 short num = this.sTileHeader;
901 string text2;
902 string text3;
903 if ((text2 == null || text2 != null) && (" Wall:" == null || " Wall:" != null) && (text3 == null || text3 != null) && (" Slope:" == null || " Slope:" != null))
904 {
905 short num2 = this.sTileHeader;
906 string text4;
907 string text5;
908 string text6;
909 if ((text4 == null || text4 != null) && (" fX:" == null || " fX:" != null) && (text5 == null || text5 != null) && (" fY:" == null || " fY:" != null) && (text6 == null || text6 != null))
910 {
911 string text7;
912 return text7;
913 }
914 }
915 }
916 throw new ArrayTypeMismatchException();
917 }
class f__AnonymousType0<< Count > j__TPar
short sTileHeader
Definition Tile_PC.cs:929

References j__TPar, Terraria.Tile_PC.sTileHeader, and System.text.