mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Sync classref with master branch (4.0 changes)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user