From 7970e4a4330e34c23b0efe60d166b6f4cdd631ed Mon Sep 17 00:00:00 2001 From: Sniff Date: Wed, 7 Oct 2020 16:35:33 +0200 Subject: Docs change: More detailed description of StreamPeerTCP.is_connected_to_host() --- doc/classes/StreamPeerTCP.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/StreamPeerTCP.xml b/doc/classes/StreamPeerTCP.xml index dbd53f8ba0..bb85d94bf9 100644 --- a/doc/classes/StreamPeerTCP.xml +++ b/doc/classes/StreamPeerTCP.xml @@ -52,7 +52,7 @@ - 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. -- cgit v1.2.3