#how can you open a custom documentation for your script?

1 messages · Page 1 of 1 (latest)

copper crown
white star
#

press F1 to search for help and search for your class_name or script file name.

If it doesn't appear there, there is currently a bug with it https://github.com/godotengine/godot/issues/72406, try to do a small change in the script, and undo it and then save to force the script to be updated and the documentation generated again. Usually commenting/uncommenting any line with ctrl+k and saving works

GitHub

Godot Engine – Multi-platform 2D and 3D game engine - Issues · godotengine/godot

copper crown
#

thank you!