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

◆ ToPoint() [3/3]

static Point Terraria.Utils.ToPoint ( this Vector2D v)
inlinestatic

Definition at line 1651 of file Utils.cs.

1652 {
1653 //IL_000e: Unknown result type (might be due to invalid IL or missing references)
1654 return new Point((int)v.X, (int)v.Y);
1655 }