![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | WorldFramer |
![]() |
Reply From: | kidscancode |
There is no printing support because it’s not something that most developers have any need for, especially scripts/code from a project.
If you want to print the “help” files, they are the same as the docs here, so you can print from your browser: Godot API — Godot Engine (3.0) documentation in English
Note: you can also download PDF/ebook versions of the docs there as well.
If you really need to print out scripts, you can open the .gd
files from your project folder in your favorite text editor and print them from there.