Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
RandomRectanglePoint()
[2/2]
static
Point
Terraria.WorldGen.RandomRectanglePoint
(
Rectangle
rectangle
)
inline
static
Definition at line
18765
of file
WorldGen.cs
.
18766
{
18767
return
new
Point
(
genRand
.Next(
rectangle
.X,
rectangle
.X +
rectangle
.Width),
genRand
.Next(
rectangle
.Y,
rectangle
.Y +
rectangle
.Height));
18768
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Terraria.WorldGen.genRand
static UnifiedRandom genRand
Definition
WorldGen.cs:1215
Microsoft.Xna.Framework.Point
Definition
Point.cs:12
Referenced by
Terraria.WorldGen.GenerateWorld()
.
Terraria
WorldGen
Generated by
1.10.0