doc: Sync classref with current source
Fix a few missing bindings or unspecified argument names and default values.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -217,7 +217,9 @@
|
||||
</constant>
|
||||
<constant name="MATH_LERP_ANGLE" value="66" enum="BuiltinFunc">
|
||||
</constant>
|
||||
<constant name="FUNC_MAX" value="67" enum="BuiltinFunc">
|
||||
<constant name="TEXT_ORD" value="67" enum="BuiltinFunc">
|
||||
</constant>
|
||||
<constant name="FUNC_MAX" value="68" enum="BuiltinFunc">
|
||||
Represents the size of the [enum BuiltinFunc] enum.
|
||||
</constant>
|
||||
</constants>
|
||||
|
||||
Reference in New Issue
Block a user