doc: Sync classref with current source
Handle removal of Pool*Array types and other recent changes.
This commit is contained in:
@ -17,11 +17,11 @@
|
||||
</return>
|
||||
<argument index="0" name="url" type="String">
|
||||
</argument>
|
||||
<argument index="1" name="protocols" type="PoolStringArray" default="PoolStringArray( )">
|
||||
<argument index="1" name="protocols" type="PackedStringArray" default="PackedStringArray( )">
|
||||
</argument>
|
||||
<argument index="2" name="gd_mp_api" type="bool" default="false">
|
||||
</argument>
|
||||
<argument index="3" name="custom_headers" type="PoolStringArray" default="PoolStringArray( )">
|
||||
<argument index="3" name="custom_headers" type="PackedStringArray" default="PackedStringArray( )">
|
||||
</argument>
|
||||
<description>
|
||||
Connects to the given URL requesting one of the given [code]protocols[/code] as sub-protocol. If the list empty (default), no sub-protocol will be requested.
|
||||
|
||||
@ -63,7 +63,7 @@
|
||||
</return>
|
||||
<argument index="0" name="port" type="int">
|
||||
</argument>
|
||||
<argument index="1" name="protocols" type="PoolStringArray" default="PoolStringArray( )">
|
||||
<argument index="1" name="protocols" type="PackedStringArray" default="PackedStringArray( )">
|
||||
</argument>
|
||||
<argument index="2" name="gd_mp_api" type="bool" default="false">
|
||||
</argument>
|
||||
|
||||
Reference in New Issue
Block a user