diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-27 12:34:26 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-06-27 13:49:36 +0200 |
commit | bc82781f7da2001aa90cdb188536518e0944e0ef (patch) | |
tree | fd836f91db1c81e76b0f90f0ef55f11701d8ae9f /doc/classes/AudioEffectDistortion.xml | |
parent | 2df8b5606b9de9d11873c27f0a297127bbbfc255 (diff) | |
download | redot-engine-bc82781f7da2001aa90cdb188536518e0944e0ef.tar.gz |
doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks
Diffstat (limited to 'doc/classes/AudioEffectDistortion.xml')
-rw-r--r-- | doc/classes/AudioEffectDistortion.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AudioEffectDistortion.xml b/doc/classes/AudioEffectDistortion.xml index 4393f942f0..cf02a8fb6d 100644 --- a/doc/classes/AudioEffectDistortion.xml +++ b/doc/classes/AudioEffectDistortion.xml @@ -20,7 +20,7 @@ High-pass filter. Frequencies higher than this value will not be affected by the distortion. Value can range from 1 to 20000. Default value: [code]16000[/code]. </member> <member name="mode" type="int" setter="set_mode" getter="get_mode" enum="AudioEffectDistortion.Mode"> - Distortion type. Default value: [code]MODE_CLIP[/code]. + Distortion type. Default value: [constant MODE_CLIP]. </member> <member name="post_gain" type="float" setter="set_post_gain" getter="get_post_gain"> Increases or decreases the volume after the effect. Value can range from -80 to 24. Default value: [code]0[/code]. |