doc: Sync classref with current source

Handle removal of Pool*Array types and other recent changes.
This commit is contained in:
Rémi Verschelde
2020-02-18 13:59:24 +01:00
parent b4d1882dc3
commit 213a85521d
112 changed files with 495 additions and 509 deletions
+2 -2
View File
@@ -131,7 +131,7 @@
<method name="bytes2var">
<return type="Variant">
</return>
<argument index="0" name="bytes" type="PoolByteArray">
<argument index="0" name="bytes" type="PackedByteArray">
</argument>
<argument index="1" name="allow_objects" type="bool" default="false">
</argument>
@@ -1245,7 +1245,7 @@
</description>
</method>
<method name="var2bytes">
<return type="PoolByteArray">
<return type="PackedByteArray">
</return>
<argument index="0" name="var" type="Variant">
</argument>