Revision Difference
SteamNetworkingUtils.EstimatePingTo#524666
<member category="interface" type="method" namespace="Steamworks" parent="SteamNetworkingUtils" name="EstimatePingTo" static="true">
<args>
<arg name="target" type="Data.PingLocation"></arg>⤶
<arg name="target" type="Data.NetPingLocation"></arg>⤶
</args>
<return type="int"></return>
<summary>Same as PingLocation.EstimatePingTo, but assumes that one location is the local host.
This is a bit faster, especially if you need to calculate a bunch of
these in a loop to find the fastest one.</summary>
</member>