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

◆ CheckTileFrames()

static bool Terraria.WorldGen.CheckTileFrames ( int type,
int sx,
int sy,
int w,
int h,
int styleX,
int frameXinc,
int styleY,
int frameYinc )
inlinestatic

Definition at line 10755 of file WorldGen.cs.

10756 {
10757 Tile tile;
10758 bool flag = tile.active();
10759 while (w != 0)
10760 {
10761 }
10762 }

References Terraria.Tile.active().