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

◆ ReplaceTile()

static bool Terraria.WorldGen.ReplaceTile ( int x,
int y,
ushort targetType,
int targetStyle )
inlinestatic

Definition at line 13415 of file WorldGen.cs.

13416 {
13417 Tile tileSafely = Framing.GetTileSafely(0, x);
13418 bool flag = WorldGen.WouldTileReplacementWork((ushort)y, x, x);
13419 bool flag2 = WorldGen.IsTileReplacable(0, x);
13420 if (!false)
13421 {
13422 }
13423 if (!false)
13424 {
13425 return;
13426 }
13427 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Framing.GetTileSafely(), Terraria.WorldGen.IsTileReplacable(), j__TPar, and Terraria.WorldGen.WouldTileReplacementWork().