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

◆ ToPoint16()

static Point16 Terraria.Utils.ToPoint16 ( this Vector2 v)
inlinestatic

Definition at line 3079 of file Utils.cs.

3080 {
3081 //IL_0000: Unknown result type (might be due to invalid IL or missing references)
3082 //IL_0007: Unknown result type (might be due to invalid IL or missing references)
3083 return new Point16((short)v.X, (short)v.Y);
3084 }