Merge pull request #42622 from darkclif/master

Docs change: More detailed description of StreamPeerTCP.is_connected_to_host()
This commit is contained in:
Rémi Verschelde 2020-10-08 15:18:02 +02:00 committed by GitHub
commit 53a3dfbf6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@
<return type="bool">
</return>
<description>
Returns [code]true[/code] if this peer is currently connected to a host, [code]false[/code] otherwise.
Returns [code]true[/code] if this peer is currently connected or is connecting to a host, [code]false[/code] otherwise.
</description>
</method>
<method name="set_no_delay">