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
=
8
f
,
float
autoAddY
=
8
f
)
inline
static
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() * 16
f
+
new
Vector2(
autoAddX
,
autoAddY
);
1594
}
List
Terraria
Utils
Generated by
1.10.0