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

◆ Check3x2Wall()

static void Terraria.WorldGen.Check3x2Wall ( int x,
int y )
inlinestatic

Definition at line 8325 of file WorldGen.cs.

8326 {
8327 int num = 1;
8328 if (num == 0)
8329 {
8330 }
8331 if (num == 0)
8332 {
8333 if (num == 0)
8334 {
8335 }
8336 Tile tile;
8337 ushort type = tile.type;
8338 Tile tile2;
8339 short frameY = tile2.frameY;
8340 return;
8341 }
8342 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.frameY, j__TPar, and Terraria.Tile.type.