Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tutorials/scripting/gdscript/gdscript_exports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ in the variable. Some of the export annotations have a specific type and don't n
One of the fundamental benefits of exporting member variables is to have
them visible and editable in the editor. This way, artists and game designers
can modify values that later influence how the program runs. For this, a
special export syntax is provided.
special export syntax is provided. Additionally, :ref:`documentation<doc_gdscript_documentation_comments>` can be
used for tooltip descriptions, visible on mouse over.

.. note::

Expand Down
Loading