Home
last modified time | relevance | path

Searched refs:SetConnectionConfigValueInt32 (Results 1 – 2 of 2) sorted by relevance

/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/include/steam/
H A Disteamnetworkingutils.h253 …bool SetConnectionConfigValueInt32( HSteamNetConnection hConn, ESteamNetworkingConfigValue eValue,…
416 inline bool ISteamNetworkingUtils::SetConnectionConfigValueInt32( HSteamNetConnection hConn, ESteam… in SetConnectionConfigValueInt32() function
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dsteamnetworkingsockets_flat.cpp272 return self->SetConnectionConfigValueInt32( hConn,eValue,val ); in SteamAPI_ISteamNetworkingUtils_SetConnectionConfigValueInt32()