Browse Source

Merge pull request #42622 from darkclif/master

Docs change: More detailed description of StreamPeerTCP.is_connected_to_host()
Rémi Verschelde 4 years ago
parent
commit
53a3dfbf6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/StreamPeerTCP.xml

+ 1 - 1
doc/classes/StreamPeerTCP.xml

@@ -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">