doc: Sync classref with current source
Handle removal of Pool*Array types and other recent changes.
This commit is contained in:
parent
b4d1882dc3
commit
213a85521d
112 changed files with 495 additions and 509 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue