class_gdscript.rst 1.0 KB

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