index.rst 459 B

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