summaryrefslogtreecommitdiff
path: root/doc/classes/@GDScript.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-01-16 22:26:16 +0100
committerGitHub <noreply@github.com>2018-01-16 22:26:16 +0100
commit898e9979279683783c3eee6800d7851e65cb4ad9 (patch)
tree7e4853b54d00e230003e9842a4f56ca8349ee996 /doc/classes/@GDScript.xml
parent4de84f4c0a53fdaf72e16715b77b8a93bc8f220a (diff)
parent0c9312c6b8d50e14c44317909b4c40d423a23347 (diff)
Merge pull request #15786 from Chaosus/fixbuiltinfuncparamnames
Fixes for parameter names of builtin functions in visual scripts/core
Diffstat (limited to 'doc/classes/@GDScript.xml')
-rw-r--r--doc/classes/@GDScript.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/@GDScript.xml b/doc/classes/@GDScript.xml
index 9b73849534..9a8eaf38c4 100644
--- a/doc/classes/@GDScript.xml
+++ b/doc/classes/@GDScript.xml
@@ -182,7 +182,7 @@
<method name="clamp">
<return type="float">
</return>
- <argument index="0" name="val" type="float">
+ <argument index="0" name="value" type="float">
</argument>
<argument index="1" name="min" type="float">
</argument>
@@ -589,7 +589,7 @@
<method name="nearest_po2">
<return type="int">
</return>
- <argument index="0" name="val" type="int">
+ <argument index="0" name="value" type="int">
</argument>
<description>
Returns the nearest larger power of 2 for integer [code]val[/code].