| 12345678910111213141516171819202122232425262728293031323334353637 |
- .. _class_GDScript:
- GDScript
- ========
- Inherits: :ref:`Script<class_script>`
- -------------------------------------
- Category: Core
- --------------
- Brief Description
- -----------------
- 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
|