Sync classref with master branch (4.0 changes)

This commit is contained in:
Rémi Verschelde
2020-03-13 17:17:50 +01:00
parent 966fd002ed
commit 03d40ff29e
360 changed files with 17483 additions and 16479 deletions

View File

@@ -28,18 +28,18 @@ Tutorials
Methods
-------
+-------------------------------------------+-----------------------------------------------------------------------------------+
| :ref:`PoolByteArray<class_PoolByteArray>` | :ref:`get_as_byte_code<class_GDScript_method_get_as_byte_code>` **(** **)** const |
+-------------------------------------------+-----------------------------------------------------------------------------------+
| :ref:`Variant<class_Variant>` | :ref:`new<class_GDScript_method_new>` **(** ... **)** vararg |
+-------------------------------------------+-----------------------------------------------------------------------------------+
+-----------------------------------------------+-----------------------------------------------------------------------------------+
| :ref:`PackedByteArray<class_PackedByteArray>` | :ref:`get_as_byte_code<class_GDScript_method_get_as_byte_code>` **(** **)** const |
+-----------------------------------------------+-----------------------------------------------------------------------------------+
| :ref:`Variant<class_Variant>` | :ref:`new<class_GDScript_method_new>` **(** ... **)** vararg |
+-----------------------------------------------+-----------------------------------------------------------------------------------+
Method Descriptions
-------------------
.. _class_GDScript_method_get_as_byte_code:
- :ref:`PoolByteArray<class_PoolByteArray>` **get_as_byte_code** **(** **)** const
- :ref:`PackedByteArray<class_PackedByteArray>` **get_as_byte_code** **(** **)** const
Returns byte code for the script source code.