diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-02-12 21:48:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-12 21:48:33 +0100 |
| commit | 506df14595c7bf30dbaa2a62f5f675fdf1371c41 (patch) | |
| tree | 71ab6ccdf2b3fd6719b1b28bd24c3a220a1e47bd /modules/gdscript/doc_classes/@GDScript.xml | |
| parent | bac1073617c6bc70388e7b3df9d7dafeb8ec59cd (diff) | |
| parent | bd78b9f44525183e7f40b704ae644c2e1a4cbf87 (diff) | |
Merge pull request #36142 from akien-mga/remove-deprecated-decimals
Remove deprecated decimals builtin
Diffstat (limited to 'modules/gdscript/doc_classes/@GDScript.xml')
| -rw-r--r-- | modules/gdscript/doc_classes/@GDScript.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index b947d95fac..9fc8ad5573 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -256,15 +256,6 @@ Converts from decibels to linear energy (audio). </description> </method> - <method name="decimals"> - <return type="int"> - </return> - <argument index="0" name="step" type="float"> - </argument> - <description> - Deprecated alias for [method step_decimals]. - </description> - </method> <method name="dectime"> <return type="float"> </return> |