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

◆ FullTile()

bool Terraria.Main.FullTile ( int x,
int y )
inlineprotected

Definition at line 15178 of file Main.cs.

15179 {
15180 int num = 1;
15181 if (num == 0)
15182 {
15183 }
15184 Tile tile;
15185 bool isLoaded = tile.IsLoaded;
15186 if (num == 0)
15187 {
15188 }
15189 Tile tile2;
15190 if (tile2.blockType() != 0)
15191 {
15192 return;
15193 }
15194 if (num == 0)
15195 {
15196 }
15197 Tile tile3;
15198 bool isLoaded2 = tile3.IsLoaded;
15199 if (num == 0)
15200 {
15201 }
15202 Tile tile4;
15203 if (tile4.blockType() == 0)
15204 {
15205 if (num == 0)
15206 {
15207 }
15208 Tile tile5;
15209 bool isLoaded3 = tile5.IsLoaded;
15210 return;
15211 }
15212 }
class f__AnonymousType0<< Count > j__TPar
static TileData tile
Definition Main.cs:19284

References Terraria.Tile.IsLoaded, j__TPar, and Terraria.Main.tile.