Fix many untagged true/false/null in the documentation

This commit is contained in:
Micky
2024-08-18 20:27:23 +02:00
parent e65a23762b
commit 5c5460b026
37 changed files with 77 additions and 76 deletions

View File

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