doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde 2019-08-29 15:33:52 +02:00
parent 46471a8d69
commit 65d61d0360
10 changed files with 109 additions and 10 deletions

View file

@ -42,7 +42,7 @@
</description>
</method>
<method name="new" qualifiers="vararg">
<return type="Object">
<return type="Variant">
</return>
<description>
Constructs a new object of the base type with a script of this type already attached.

View file

@ -8,7 +8,7 @@
</tutorials>
<methods>
<method name="new" qualifiers="vararg">
<return type="Object">
<return type="Variant">
</return>
<description>
Returns a new instance of the script.