Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gdscript_exports.rst #9327

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Skyefre
Copy link
Contributor

@Skyefre Skyefre commented May 4, 2024

added 2 new hyperlinks to @export_file and @export_dir to link to more information. If these work then I will go through and update the rest of them to point towards more info. this was requested in issue#9281 here

added 2 new hyperlinks to @export_file and @export_dir to link to more information. If these work then I will go through and update the rest of them to point towards more info
Added hyperlinks for each export type that lead to annotation documentation further explaining each export type, as requested in issue#9281
@dalexeev dalexeev added enhancement topic:gdscript area:manual Issues and PRs related to the Manual/Tutorials section of the documentation cherrypick:4.0 cherrypick:4.1 cherrypick:4.2 labels May 11, 2024
@dalexeev dalexeev added this to the 4.3 milestone May 11, 2024

::

@export_multiline var text

Limiting editor input ranges
----------------------------
See :ref:`@export_range <class_@GDScript_annotation_@export_range>` for all of the following.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
See :ref:`@export_range <class_@GDScript_annotation_@export_range>` for all of the following.
See :ref:`@export_range <class_@GDScript_annotation_@export_range>` for all of the following.

@@ -250,6 +251,7 @@ in conjunction with a :ref:`script in "tool" mode <doc_gdscript_tool_mode>`.

Exporting bit flags
-------------------
See :ref:`@export_flags <class_@GDScript_annotation_@export_flags>`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
See :ref:`@export_flags <class_@GDScript_annotation_@export_flags>`.
See :ref:`@export_flags <class_@GDScript_annotation_@export_flags>`.

@@ -288,6 +290,7 @@ If in doubt, use boolean variables instead.

Exporting enums
---------------
See :ref:`@export_enum <class_@GDScript_annotation_@export_enum>`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
See :ref:`@export_enum <class_@GDScript_annotation_@export_enum>`.
See :ref:`@export_enum <class_@GDScript_annotation_@export_enum>`.

@@ -379,6 +382,7 @@ Other export variants can also be used when exporting arrays:

``@export_storage``
-------------------
See :ref:`@export_storage <class_@GDScript_annotation_@export_storage>`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
See :ref:`@export_storage <class_@GDScript_annotation_@export_storage>`.
See :ref:`@export_storage <class_@GDScript_annotation_@export_storage>`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation cherrypick:4.0 cherrypick:4.1 cherrypick:4.2 enhancement topic:gdscript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants