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

◆ CheckOnTable1x1()

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

Definition at line 7993 of file WorldGen.cs.

7994 {
7995 if (!true)
7996 {
7997 }
7998 Tile tile;
7999 bool flag = tile.topSlope();
8000 Tile tile2;
8001 ushort type2 = tile2.type;
8002 Tile tile3;
8003 int num = tile3.blockType();
8004 Tile tile4;
8005 bool flag2 = tile4.active();
8006 Tile tile5;
8007 if (tile5.blockType() == 0)
8008 {
8009 Tile tile6;
8010 ushort type3 = tile6.type;
8011 return;
8012 }
8013 Tile tile7;
8014 int num2 = tile7.blockType();
8015 Tile tile8;
8016 bool flag3 = tile8.active();
8017 Tile tile9;
8018 if (tile9.blockType() == 0)
8019 {
8020 Tile tile10;
8021 ushort type4 = tile10.type;
8022 return;
8023 }
8024 long num3 = 0L;
8025 long num4 = 0L;
8026 long num5 = 0L;
8027 WorldGen.KillTile(x, y, num3 != 0L, num4 != 0L, num5 != 0L);
8028 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), Terraria.Tile.blockType(), j__TPar, Terraria.WorldGen.KillTile(), System.L, Terraria.Tile.topSlope(), and Terraria.Tile.type.