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

◆ CanPoundTile()

static bool Terraria.WorldGen.CanPoundTile ( int x,
int y )
inlinestatic

Definition at line 17149 of file WorldGen.cs.

17150 {
17151 int num = 1;
17152 if (num == 0)
17153 {
17154 }
17155 Tile tile;
17156 ushort type = tile.type;
17157 if (num == 0)
17158 {
17159 }
17160 if (43143168 != 0)
17161 {
17162 if (num == 0)
17163 {
17164 }
17165 Tile tile2;
17166 ushort type2 = tile2.type;
17167 if (num == 0)
17168 {
17169 }
17170 Tile tile3;
17171 ushort type3 = tile3.type;
17172 }
17173 if (num == 0)
17174 {
17175 }
17176 Tile tile4;
17177 bool flag = tile4.active();
17178 if (num == 0)
17179 {
17180 }
17181 Tile tile5;
17182 ushort type4 = tile5.type;
17183 if (num == 0)
17184 {
17185 }
17186 return WorldGen.CanKillTile(0, x);
17187 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), Terraria.WorldGen.CanKillTile(), j__TPar, and Terraria.Tile.type.

Referenced by Terraria.WorldGen.PoundTile(), Terraria.WorldGen.ReplaceTile_DoActualReplacement_Single(), Terraria.WorldGen.SlopeTile(), and Terraria.Tile_PC.SmoothSlope().