mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
33 lines
943 B
ReStructuredText
33 lines
943 B
ReStructuredText
.. _class_GDScript:
|
|
|
|
GDScript
|
|
========
|
|
|
|
**Inherits:** :ref:`Script<class_script>`
|
|
|
|
**Category:** Core
|
|
|
|
|
|
|
|
Member Functions
|
|
----------------
|
|
|
|
+----------------------------------+-----------------------------------------------------------------------------+
|
|
| void | :ref:`new<class_GDScript_new>` **(** **)** |
|
|
+----------------------------------+-----------------------------------------------------------------------------+
|
|
| :ref:`RawArray<class_rawarray>` | :ref:`get_as_byte_code<class_GDScript_get_as_byte_code>` **(** **)** const |
|
|
+----------------------------------+-----------------------------------------------------------------------------+
|
|
|
|
Member Function Description
|
|
---------------------------
|
|
|
|
.. _class_GDScript_new:
|
|
|
|
- void **new** **(** **)**
|
|
|
|
.. _class_GDScript_get_as_byte_code:
|
|
|
|
- :ref:`RawArray<class_rawarray>` **get_as_byte_code** **(** **)** const
|
|
|
|
|