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

◆ PlantCheck()

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

Definition at line 17101 of file WorldGen.cs.

17102 {
17103 if (!true)
17104 {
17105 }
17106 Tile tile;
17107 if (tile.type == 0)
17108 {
17109 }
17110 Tile tile2;
17111 bool flag = tile2.nactive();
17112 Tile tile3;
17113 ushort type = tile3.type;
17114 Tile tile4;
17115 bool flag2 = tile4.nactive();
17116 Tile tile5;
17117 ushort type2 = tile5.type;
17118 Tile tile6;
17119 bool flag3 = tile6.nactive();
17120 Tile tile7;
17121 ushort type3 = tile7.type;
17122 Tile tile8;
17123 bool flag4 = tile8.nactive();
17124 Tile tile9;
17125 bool flag5 = tile9.halfBrick();
17126 Tile tile10;
17127 byte b = tile10.slope();
17128 Tile tile11;
17129 ushort type4 = tile11.type;
17130 Tile tile12;
17131 bool flag6 = tile12.nactive();
17132 Tile tile13;
17133 ushort type5 = tile13.type;
17134 Tile tile14;
17135 bool flag7 = tile14.nactive();
17136 Tile tile15;
17137 ushort type6 = tile15.type;
17138 Tile tile16;
17139 bool flag8 = tile16.nactive();
17140 Tile tile17;
17141 ushort type7 = tile17.type;
17142 Tile tile18;
17143 bool flag9 = tile18.nactive();
17144 Tile tile19;
17145 ushort type8 = tile19.type;
17146 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.halfBrick(), j__TPar, Terraria.Tile.nactive(), Terraria.Tile.slope(), and Terraria.Tile.type.