summaryrefslogtreecommitdiffstats
path: root/doc/classes/MultiplayerPeer.xml
diff options
context:
space:
mode:
authorMicky <micheledevita2@gmail.com>2024-08-18 20:27:23 +0200
committerMicky <micheledevita2@gmail.com>2024-11-10 11:26:39 +0100
commit5c5460b026ca282c8b0c8e7e74c393795299344d (patch)
tree2d126ee9648f04ae563d718efcdc68cebb194082 /doc/classes/MultiplayerPeer.xml
parente65a23762b36b564eb94672031f37fdadba72333 (diff)
downloadredot-engine-5c5460b026ca282c8b0c8e7e74c393795299344d.tar.gz
Fix many untagged true/false/null in the documentation
Diffstat (limited to 'doc/classes/MultiplayerPeer.xml')
-rw-r--r--doc/classes/MultiplayerPeer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/MultiplayerPeer.xml b/doc/classes/MultiplayerPeer.xml
index edb2c39e24..cec9464102 100644
--- a/doc/classes/MultiplayerPeer.xml
+++ b/doc/classes/MultiplayerPeer.xml
@@ -65,7 +65,7 @@
<method name="is_server_relay_supported" qualifiers="const">
<return type="bool" />
<description>
- Returns true if the server can act as a relay in the current configuration (i.e. if the higher level [MultiplayerAPI] should notify connected clients of other peers, and implement a relay protocol to allow communication between them).
+ Returns [code]true[/code] if the server can act as a relay in the current configuration. That is, if the higher level [MultiplayerAPI] should notify connected clients of other peers, and implement a relay protocol to allow communication between them.
</description>
</method>
<method name="poll">