index.rst 400 B

1234567891011121314151617181920
  1. GDScript
  2. ========
  3. .. toctree::
  4. :maxdepth: 1
  5. :name: toc-learn-scripting-gdscript
  6. gdscript_basics
  7. gdscript_advanced
  8. gdscript_exports
  9. gdscript_styleguide
  10. static_typing
  11. warning_system
  12. gdscript_format_string
  13. .. seealso::
  14. See :ref:`doc_gdscript_grammar` if you are interested in writing a third-party
  15. tool that interacts with GDScript, such as a linter or formatter.