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

◆ PlaceWall()

static void Terraria.WorldGen.PlaceWall ( int i,
int j,
int type,
bool mute = false )
inlinestatic

Definition at line 15822 of file WorldGen.cs.

15823 {
15824 if (!true)
15825 {
15826 }
15827 Tile tile;
15828 ushort wall = tile.wall;
15829 int num = 1;
15830 WorldGen.SquareWallFrame(i, j, num != 0);
15831 }

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

Referenced by Terraria.Player.PlaceThing_Walls().