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

◆ Place3x3Wall()

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

Definition at line 8239 of file WorldGen.cs.

8240 {
8241 int num = 1;
8242 if (num == 0)
8243 {
8244 }
8245 Tile tile;
8246 bool flag = tile.active();
8247 if (num == 0)
8248 {
8249 }
8250 Tile tile2;
8251 ushort wall = tile2.wall;
8252 }
class f__AnonymousType0<< Count > j__TPar

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