Skip to content

Commit

Permalink
Update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
binji committed Nov 22, 2024
1 parent 32daa4a commit c313e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/builtin_functions_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@
<tr class="a" valign=top><td class="a"><tt><b>steam.p2p_close_listen</b>() -> <font color="#666666">int</font></tt></td><td class="a">close the listen socket and stop accepting new connections</td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>steam.p2p_connect</b>(ident<font color="#666666">: string</font>) -> <font color="#666666">int</font></tt></td><td class="a">connect to a user with a given steam identity that has opened a listen socket</td>
<tr class="a" valign=top><td class="a"><tt><b>steam.p2p_connect</b>(ident<font color="#666666">: string</font>) -> <font color="#666666">int</font></tt></td><td class="a">connect to a user with a given steam identity (e.g. "steam:XXXX") or ip address (e.g. "ip:127.0.0.1:5105") that has opened a listen socket</td>

</tr>
<tr class="a" valign=top><td class="a"><tt><b>steam.p2p_connect_ipaddr</b>(ipaddr<font color="#666666">: string</font>) -> <font color="#666666">int</font></tt></td><td class="a">connect to a user with a given IP address that has opened a listen socket</td>
Expand Down

0 comments on commit c313e45

Please sign in to comment.