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

◆ Scan3By3()

static void Terraria.WorldGen.Scan3By3 ( int topLeftX,
int topLeftY,
[Out] bool isEmpty,
[Out] bool hasFloor )
inlinestaticprivate

Definition at line 2705 of file WorldGen.cs.

2706 {
2707 int num = 1;
2708 isEmpty.m_value = num != 0;
2709 if (num == 0)
2710 {
2711 }
2712 long num2 = 0L;
2713 bool flag = WorldGen.SolidTile(43143168, topLeftY, num2 != 0L);
2714 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, and Terraria.WorldGen.SolidTile().