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

◆ Wall()

static void Terraria.WorldGen.Spread.Wall ( int x,
int y,
int wallType )
inlinestatic

Definition at line 18880 of file WorldGen.cs.

18881 {
18882 int num = 1;
18883 if (num == 0)
18884 {
18885 }
18886 long num2 = 0L;
18887 bool flag = WorldGen.InWorld(x, y, (int)num2);
18888 if (num == 0)
18889 {
18890 }
18891 Tile.StartNewSearch();
18892 if (num == 0)
18893 {
18894 }
18895 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.WorldGen.InWorld(), j__TPar, System.L, and Terraria.Tile.StartNewSearch().