浏览代码

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

(cherry picked from commit 7970e4a4330e34c23b0efe60d166b6f4cdd631ed)
Sniff 5 年之前
父节点
当前提交
13e128b934
共有 1 个文件被更改,包括 1 次插入1 次删除
  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">