diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-09-24 11:44:48 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-09-24 11:52:06 +0200 |
commit | 4f294b958f0ca7964297bfb7f3742e06edaaba6a (patch) | |
tree | 8dc0dc22b128231ad3021914be1ee1e7db3d97cc /modules/gdscript/doc_classes | |
parent | ef2a7834c9d3fbbd95a9d26ff2913e4b3c5d8f5f (diff) |
doc: Sync classref with current source
Fix a few missing bindings or unspecified argument names and default values.
Diffstat (limited to 'modules/gdscript/doc_classes')
-rw-r--r-- | modules/gdscript/doc_classes/@GDScript.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index 4efa90fd86..788db7fb86 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -694,6 +694,14 @@ [/codeblock] </description> </method> + <method name="ord"> + <return type="int"> + </return> + <argument index="0" name="char" type="String"> + </argument> + <description> + </description> + </method> <method name="parse_json"> <return type="Variant"> </return> |