index.rst 478 B

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