Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-09-02 10:57:31 +02:00
parent 815f925e72
commit f9980caaca
29 changed files with 416 additions and 81 deletions

View File

@@ -24,7 +24,7 @@ Methods
+-------------------------------------------+-----------------------------------------------------------------------------------+
| :ref:`PoolByteArray<class_PoolByteArray>` | :ref:`get_as_byte_code<class_GDScript_method_get_as_byte_code>` **(** **)** const |
+-------------------------------------------+-----------------------------------------------------------------------------------+
| :ref:`Object<class_Object>` | :ref:`new<class_GDScript_method_new>` **(** ... **)** vararg |
| :ref:`Variant<class_Variant>` | :ref:`new<class_GDScript_method_new>` **(** ... **)** vararg |
+-------------------------------------------+-----------------------------------------------------------------------------------+
Description
@@ -50,7 +50,7 @@ Returns byte code for the script source code.
.. _class_GDScript_method_new:
- :ref:`Object<class_Object>` **new** **(** ... **)** vararg
- :ref:`Variant<class_Variant>` **new** **(** ... **)** vararg
Returns a new instance of the script.