diff options
author | Sniff <darkclif@users.noreply.github.com> | 2020-10-07 16:35:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 16:35:33 +0200 |
commit | 7970e4a4330e34c23b0efe60d166b6f4cdd631ed (patch) | |
tree | 59bb9e445dc92cea295c8b8c82f3aab11c4965b7 /doc/classes | |
parent | cb77e8d6cfefab19835f2a3053dacf24f6ded910 (diff) | |
download | redot-engine-7970e4a4330e34c23b0efe60d166b6f4cdd631ed.tar.gz |
Docs change: More detailed description of StreamPeerTCP.is_connected_to_host()
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/StreamPeerTCP.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <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"> |