class_gdscript.rst 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. .. _class_GDScript:
  2. GDScript
  3. ========
  4. **Inherits:** :ref:`Script<class_script>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  5. **Category:** Core
  6. Brief Description
  7. -----------------
  8. Member Functions
  9. ----------------
  10. +----------------------------------+-----------------------------------------------------------------------------+
  11. | void | :ref:`new<class_GDScript_new>` **(** **)** |
  12. +----------------------------------+-----------------------------------------------------------------------------+
  13. | :ref:`RawArray<class_rawarray>` | :ref:`get_as_byte_code<class_GDScript_get_as_byte_code>` **(** **)** const |
  14. +----------------------------------+-----------------------------------------------------------------------------+
  15. Member Function Description
  16. ---------------------------
  17. .. _class_GDScript_new:
  18. - void **new** **(** **)**
  19. .. _class_GDScript_get_as_byte_code:
  20. - :ref:`RawArray<class_rawarray>` **get_as_byte_code** **(** **)** const