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

◆ Place4x3Wall()

static void Terraria.WorldGen.Place4x3Wall ( int x,
int y,
ushort type,
int style )
inlinestatic

Definition at line 8345 of file WorldGen.cs.

8346 {
8347 int num = 1;
8348 if (num == 0)
8349 {
8350 }
8351 Tile tile;
8352 bool flag = tile.active();
8353 if (num == 0)
8354 {
8355 }
8356 Tile tile2;
8357 ushort wall = tile2.wall;
8358 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), j__TPar, and Terraria.Tile.wall.