mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 14:48:02 +03:00
Add missing fake IP API to steam_api.json
This commit is contained in:
parent
cf9744913c
commit
45df99416e
@ -11770,6 +11770,33 @@
|
|||||||
],
|
],
|
||||||
"returntype": "HSteamListenSocket"
|
"returntype": "HSteamListenSocket"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"methodname": "GetFakeIP",
|
||||||
|
"methodname_flat": "SteamAPI_ISteamNetworkingSockets_GetFakeIP",
|
||||||
|
"params": [
|
||||||
|
{ "paramname":"idxFirstPort", "paramtype":"int" },
|
||||||
|
{ "paramname":"pInfo", "paramtype":"SteamNetworkingFakeIPResult_t *" }
|
||||||
|
],
|
||||||
|
"returntype": "void"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"methodname": "BeginAsyncRequestFakeIP",
|
||||||
|
"methodname_flat": "SteamAPI_ISteamNetworkingSockets_BeginAsyncRequestFakeIP",
|
||||||
|
"params": [
|
||||||
|
{ "paramname":"nNumPorts", "paramtype":"int" }
|
||||||
|
],
|
||||||
|
"returntype": "bool"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"methodname": "CreateListenSocketP2PFakeIP",
|
||||||
|
"methodname_flat": "SteamAPI_ISteamNetworkingSockets_CreateListenSocketP2PFakeIP",
|
||||||
|
"params": [
|
||||||
|
{ "paramname":"idxFakePort", "paramtype":"int" },
|
||||||
|
{ "paramname":"nOptions", "paramtype":"int" },
|
||||||
|
{ "paramname":"pOptions", "paramtype":"const SteamNetworkingConfigValue_t *" }
|
||||||
|
],
|
||||||
|
"returntype": "HSteamListenSocket"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"methodname": "ConnectP2P",
|
"methodname": "ConnectP2P",
|
||||||
"methodname_flat": "SteamAPI_ISteamNetworkingSockets_ConnectP2P",
|
"methodname_flat": "SteamAPI_ISteamNetworkingSockets_ConnectP2P",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user