aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/Script.xml
diff options
context:
space:
mode:
authorCraigory V Coppola2018-04-17 10:18:57 -0400
committerHein-Pieter van Braam2018-04-29 14:42:13 +0200
commita1fd60f7d201e5fc99e8a8ea776ec776bb90961c (patch)
tree8205104753b4303ac798bf3982dcb47fb4379065 /doc/classes/Script.xml
parentb5ecdd8ce8066d04ca1be1fd0516cc26d013a6c1 (diff)
downloadgodot-a1fd60f7d201e5fc99e8a8ea776ec776bb90961c.tar.gz
godot-a1fd60f7d201e5fc99e8a8ea776ec776bb90961c.tar.zst
godot-a1fd60f7d201e5fc99e8a8ea776ec776bb90961c.zip
Docs update for several classes
Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar, ScrollContainer and SplitContainer (cherry picked from commit 0dd526e06273ee27696c9adf06aff4fb5384fb78)
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 ec1ada53c..78a2e928b 100644
--- a/doc/classes/Script.xml
+++ b/doc/classes/Script.xml
@@ -24,6 +24,7 @@
<return type="Script">
</return>
<description>
+ Returns the script directly inherited by this script.
</description>
</method>
<method name="get_instance_base_type" qualifiers="const">