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

◆ ToWorldCoordinates() [3/6]

static Vector2 Terraria.Utils.ToWorldCoordinates ( this Point16 p,
float autoAddX = 8f,
float autoAddY = 8f )
inlinestatic

Definition at line 1587 of file Utils.cs.

1588 {
1589 //IL_0001: Unknown result type (might be due to invalid IL or missing references)
1590 //IL_000b: Unknown result type (might be due to invalid IL or missing references)
1591 //IL_0012: Unknown result type (might be due to invalid IL or missing references)
1592 //IL_0017: Unknown result type (might be due to invalid IL or missing references)
1593 return p.ToVector2() * 16f + new Vector2(autoAddX, autoAddY);
1594 }