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

◆ DoBootsEffect_PlaceFlamesOnTile()

bool Terraria.Player.DoBootsEffect_PlaceFlamesOnTile ( int X,
int Y )
inline

Definition at line 4616 of file Player.cs.

4617 {
4618 if (!true)
4619 {
4620 }
4621 Tile tile;
4622 bool isLoaded = tile.IsLoaded;
4623 bool flag = WorldGen.SolidTileAllowBottomSlope(X, int.MinValue);
4624 int num = 8;
4625 int whoAmI = this.whoAmI;
4626 if (num == 0)
4627 {
4628 return;
4629 }
4630 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.IsLoaded, j__TPar, Terraria.WorldGen.SolidTileAllowBottomSlope(), Terraria.Entity.whoAmI, and System.X.