class_gdscript.rst 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_GDScript:
  4. GDScript
  5. ========
  6. **Inherits:** :ref:`Script<class_script>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +----------------------------------+-----------------------------------------------------------------------------+
  13. | :ref:`RawArray<class_rawarray>` | :ref:`get_as_byte_code<class_GDScript_get_as_byte_code>` **(** **)** const |
  14. +----------------------------------+-----------------------------------------------------------------------------+
  15. | void | :ref:`new<class_GDScript_new>` **(** **)** |
  16. +----------------------------------+-----------------------------------------------------------------------------+
  17. Member Function Description
  18. ---------------------------
  19. .. _class_GDScript_get_as_byte_code:
  20. - :ref:`RawArray<class_rawarray>` **get_as_byte_code** **(** **)** const
  21. .. _class_GDScript_new:
  22. - void **new** **(** **)**