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

◆ ToTileCoordinates16() [2/2]

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

Definition at line 1241 of file Utils.cs.

1242 {
1243 //IL_0000: Unknown result type (might be due to invalid IL or missing references)
1244 //IL_0009: Unknown result type (might be due to invalid IL or missing references)
1245 return new Point16((int)vec.X >> 4, (int)vec.Y >> 4);
1246 }