Add link to tool docs in gdscript docs. (#3003)

Add link to tool docs in gdscript docs.
This commit is contained in:
Hugo Locurcio
2019-12-24 16:55:49 +01:00
committed by GitHub
@@ -1256,6 +1256,9 @@ placed at the top of the file::
func _ready():
print("Hello")
See :ref:`doc_running_code_in_the_editor` for more information.
.. warning:: Be cautious when freeing nodes with ``queue_free()`` or ``free()``
in a tool script (especially the script's owner itself). As tool
scripts run their code in the editor, misusing them may lead to