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

◆ ToTileCoordinates16() [1/2]

static Point16 Terraria.Utils.ToTileCoordinates16 ( this Vector2 vec)
inlinestatic

Definition at line 1617 of file Utils.cs.

1618 {
1619 //IL_0000: Unknown result type (might be due to invalid IL or missing references)
1620 //IL_0009: Unknown result type (might be due to invalid IL or missing references)
1621 return new Point16((int)vec.X >> 4, (int)vec.Y >> 4);
1622 }