mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Document unsupported features in Mobile and Compatibility rendering methods
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<param index="1" name="tls_client_options" type="TLSOptions" default="null" />
|
||||
<description>
|
||||
Starts a new multiplayer client connecting to the given [param url]. TLS certificates will be verified against the hostname when connecting using the [code]wss://[/code] protocol. You can pass the optional [param tls_client_options] parameter to customize the trusted certification authorities, or disable the common name verification. See [method TLSOptions.client] and [method TLSOptions.client_unsafe].
|
||||
[b]Note[/b]: It is recommended to specify the scheme part of the URL, i.e. the [param url] should start with either [code]ws://[/code] or [code]wss://[/code].
|
||||
[b]Note:[/b] It is recommended to specify the scheme part of the URL, i.e. the [param url] should start with either [code]ws://[/code] or [code]wss://[/code].
|
||||
</description>
|
||||
</method>
|
||||
<method name="create_server">
|
||||
|
||||
Reference in New Issue
Block a user