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

◆ KillWall()

static void Terraria.WorldGen.KillWall ( int i,
int j,
bool fail = false )
inlinestatic

Definition at line 13167 of file WorldGen.cs.

13168 {
13169 if (!true)
13170 {
13171 }
13172 Tile tile;
13173 ushort wall = tile.wall;
13174 int num = 10;
13175 if (num == 0)
13176 {
13177 }
13178 if (num == 0)
13179 {
13180 }
13181 int num2 = 1;
13182 WorldGen.SquareWallFrame(i, j, num2 != 0);
13183 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.WorldGen.SquareWallFrame(), and Terraria.Tile.wall.

Referenced by Terraria.Player.PickWall().