Unstable 1.1.14.0

This commit is contained in:
Markus Isberg
2023-10-02 16:43:54 +03:00
parent 94f5a93a0c
commit cf8f0de659
606 changed files with 21906 additions and 11456 deletions
@@ -110,6 +110,18 @@ namespace Steamworks.Data
}
}
/// <summary>
/// Return true if IP is a fake IPv4 for Steam Datagram Relay
/// </summary>
public bool IsFakeIPv4
{
get
{
NetAddress self = this;
return SteamNetworkingUtils.Internal != null && SteamNetworkingUtils.Internal.IsFakeIPv4( InternalGetIPv4( ref self ) );
}
}
/// <summary>
/// Return true if this identity is localhost. (Either IPv6 ::1, or IPv4 127.0.0.1)
/// </summary>