Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Reframe()

static void Terraria.WorldGen.Reframe ( int x,
int y,
bool resetFrame = false )
inlinestatic

Definition at line 70496 of file WorldGen.cs.

70497 {
70499 Framing.WallFrame(x, y, resetFrame);
70500 }
static void TileFrame(int i, int j, bool resetFrame=false, bool noBreak=false)

References Terraria.Framing.WallFrame().