mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
Sync classref with current source
This commit is contained in:
@@ -32,7 +32,7 @@ Properties
|
||||
Description
|
||||
-----------
|
||||
|
||||
A limiter is similar to a compressor, but it’s less flexible and designed to disallow sound going over a given dB threshold. Adding one in the Master Bus is always recommended to reduce the effects of clipping.
|
||||
A limiter is similar to a compressor, but it's less flexible and designed to disallow sound going over a given dB threshold. Adding one in the Master Bus is always recommended to reduce the effects of clipping.
|
||||
|
||||
Soft clipping starts to reduce the peaks a little below the threshold level and progressively increases its effect as the input level increases such that the threshold is never exceeded.
|
||||
|
||||
|
||||
@@ -525,7 +525,7 @@ Returns the image's raw data.
|
||||
|
||||
- :ref:`Format<enum_Image_Format>` **get_format** **(** **)** const
|
||||
|
||||
Returns the image’s format. See ``FORMAT_*`` constants.
|
||||
Returns the image's format. See ``FORMAT_*`` constants.
|
||||
|
||||
.. _class_Image_method_get_height:
|
||||
|
||||
|
||||
@@ -445,7 +445,7 @@ Remember this is just cosmetic and you have to add the logic for checking/unchec
|
||||
|
||||
- void **set_item_as_separator** **(** :ref:`int<class_int>` idx, :ref:`bool<class_bool>` enable **)**
|
||||
|
||||
Mark the item at index "idx" as a separator, which means that it would be displayed as a mere line.
|
||||
Mark the item at index "idx" as a separator, which means that it would be displayed as a line.
|
||||
|
||||
.. _class_PopupMenu_method_set_item_checked:
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ A Visual Script node which branches the flow.
|
||||
Description
|
||||
-----------
|
||||
|
||||
A Visual Script node that checks a :ref:`bool<class_bool>` input port. If ``true``, it will exit via the “true” sequence port. If ``false``, it will exit via the "false" sequence port. After exiting either, it exits via the “done” port. Sequence ports may be left disconnected.
|
||||
A Visual Script node that checks a :ref:`bool<class_bool>` input port. If ``true``, it will exit via the "true" sequence port. If ``false``, it will exit via the "false" sequence port. After exiting either, it exits via the "done" port. Sequence ports may be left disconnected.
|
||||
|
||||
**Input Ports:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user