Document GDScript export category and property grouping (#3444)

* Document GDScript export category and property grouping

* Update getting_started/scripting/gdscript/gdscript_exports.rst

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
This commit is contained in:
Andrii Doroshenko
2020-05-04 17:26:18 +03:00
committed by GitHub
parent 773d71b90f
commit 387882f458
3 changed files with 78 additions and 0 deletions

View File

@@ -169,6 +169,8 @@ set/get functions exist. Example:
This creates the property using the setter and the getter.
.. _doc_binding_properties_using_set_get_property_list:
Binding properties using ``_set``/``_get``/``_get_property_list``
-----------------------------------------------------------------