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
)
inline
static
Definition at line
70496
of file
WorldGen.cs
.
70497
{
70498
TileFrame
(x, y,
resetFrame
,
noBreak
:
true
);
70499
Framing.WallFrame(x, y,
resetFrame
);
70500
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria.WorldGen.TileFrame
static void TileFrame(int i, int j, bool resetFrame=false, bool noBreak=false)
Definition
WorldGen.cs:71431
References
Terraria.Framing.WallFrame()
.
Terraria
WorldGen
Generated by
1.10.0