aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/Script.xml
diff options
context:
space:
mode:
authorJuan Linietsky2018-01-15 18:40:41 -0300
committerJuan Linietsky2018-01-15 18:41:13 -0300
commit03475ba197a75b0f8431277954df1fdb0dc14913 (patch)
tree164fc28c17df6c48a87237c7e29e8977c8c8e7d0 /doc/classes/Script.xml
parentef1c26a9a5882e7d1b8027958eec6fcc82a46c44 (diff)
downloadgodot-03475ba197a75b0f8431277954df1fdb0dc14913.tar.gz
godot-03475ba197a75b0f8431277954df1fdb0dc14913.tar.zst
godot-03475ba197a75b0f8431277954df1fdb0dc14913.zip
Filled tutorial field in most relevent classes.
Added tutorial display in doc.
Diffstat (limited to 'doc/classes/Script.xml')
-rw-r--r--doc/classes/Script.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Script.xml b/doc/classes/Script.xml
index df96d2a6c..bbe360cb8 100644
--- a/doc/classes/Script.xml
+++ b/doc/classes/Script.xml
@@ -8,6 +8,7 @@
The 'new' method of a script subclass creates a new instance. [method Object.set_script] extends an existing object, if that object's class matches one of the script's base classes.
</description>
<tutorials>
+ http://docs.godotengine.org/en/3.0/learning/step_by_step/scripting.html
</tutorials>
<demos>
</demos>