doc: Sync classref with apparent Variant return type changes
Part of those seem bogus, methods like Array.back()/front() should return a Variant and not void.
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="xform">
|
||||
<return type="Variant">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="v" type="Variant">
|
||||
</argument>
|
||||
@@ -158,7 +158,7 @@
|
||||
</description>
|
||||
</method>
|
||||
<method name="xform_inv">
|
||||
<return type="Variant">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="v" type="Variant">
|
||||
</argument>
|
||||
|
||||
Reference in New Issue
Block a user