parsePingLocationString method

bool parsePingLocationString(
  1. Pointer<Utf8> pszString,
  2. Pointer<SteamNetworkPingLocation> result
)

Implementation

bool parsePingLocationString(
  Pointer<Utf8> pszString,
  Pointer<SteamNetworkPingLocation> result,
) =>
    _parsePingLocationString.call(
      this,
      pszString,
      result,
    );