Docs change: More detailed description of StreamPeerTCP.is_connected_to_host()

(cherry picked from commit 7970e4a433)
This commit is contained in:
Sniff 2020-10-07 16:35:33 +02:00 committed by Rémi Verschelde
parent 11cbe99ccc
commit 13e128b934
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -52,7 +52,7 @@
<return type="bool"> <return type="bool">
</return> </return>
<description> <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> </description>
</method> </method>
<method name="set_no_delay"> <method name="set_no_delay">