Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
RandomRectanglePoint()
[1/2]
static
Point
Terraria.WorldGen.RandomRectanglePoint
(
int
x
,
int
y
,
int
width
,
int
height
)
inline
static
Definition at line
18770
of file
WorldGen.cs
.
18771
{
18772
return
new
Point
(
genRand
.Next(x, x + width),
genRand
.Next(y, y + height));
18773
}
Terraria.WorldGen.genRand
static UnifiedRandom genRand
Definition
WorldGen.cs:1215
Microsoft.Xna.Framework.Point
Definition
Point.cs:12
Terraria
WorldGen
Generated by
1.10.0