diff --git a/tutorials/scripting/gdscript/gdscript_exports.rst b/tutorials/scripting/gdscript/gdscript_exports.rst index 8941a766d4f..298c07d6435 100644 --- a/tutorials/scripting/gdscript/gdscript_exports.rst +++ b/tutorials/scripting/gdscript/gdscript_exports.rst @@ -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` can be +used for tooltip descriptions, visible on mouse over. .. note::