index.rst 435 B

123456789101112131415161718192021
  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_documentation_comments
  10. gdscript_styleguide
  11. static_typing
  12. warning_system
  13. gdscript_format_string
  14. .. seealso::
  15. See :ref:`doc_gdscript_grammar` if you are interested in writing a third-party
  16. tool that interacts with GDScript, such as a linter or formatter.