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

◆ Place3x2Wall()

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

Definition at line 8309 of file WorldGen.cs.

8310 {
8311 int num = 1;
8312 if (num == 0)
8313 {
8314 }
8315 Tile tile;
8316 bool flag = tile.active();
8317 if (num == 0)
8318 {
8319 }
8320 Tile tile2;
8321 ushort wall = tile2.wall;
8322 }
class f__AnonymousType0<< Count > j__TPar

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