TModLoader
v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
◆
ToTileCoordinates16()
[2/2]
static
Point16
Terraria.Utils.ToTileCoordinates16
(
this
Vector2D
vec
)
inline
static
Definition at line
1624
of file
Utils.cs
.
1625
{
1626
return
new
Point16
((
int
)
vec
.X >> 4, (
int
)
vec
.Y >> 4);
1627
}
List
Terraria.DataStructures.Point16
Definition
Point16.cs:6
Terraria
Utils
Generated by
1.10.0