doc: Add default values to all properties
Thanks to @bojidar-bg's impressive work in #29380.
This commit is contained in:
parent
82604195b4
commit
c6cea6e9b3
394 changed files with 2881 additions and 2719 deletions
|
|
@ -180,10 +180,10 @@
|
|||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="blocking_mode_enabled" type="bool" setter="set_blocking_mode" getter="is_blocking_mode_enabled">
|
||||
<member name="blocking_mode_enabled" type="bool" setter="set_blocking_mode" getter="is_blocking_mode_enabled" default="false">
|
||||
If [code]true[/code], execution will block until all data is read from the response.
|
||||
</member>
|
||||
<member name="connection" type="StreamPeer" setter="set_connection" getter="get_connection">
|
||||
<member name="connection" type="StreamPeer" setter="set_connection" getter="get_connection" default="null">
|
||||
The connection to use for this client.
|
||||
</member>
|
||||
</members>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue