diff options
author | Craigory V Coppola <agentendercake@gmail.com> | 2018-04-17 10:18:57 -0400 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-04-19 21:09:53 +0200 |
commit | 0dd526e06273ee27696c9adf06aff4fb5384fb78 (patch) | |
tree | 4998bddc1a26e2e6f32166852fa6ef18632308a8 /doc/classes/Script.xml | |
parent | 8ae042a895a3527079a8b4fb6ef4e1a78a45a358 (diff) | |
download | redot-engine-0dd526e06273ee27696c9adf06aff4fb5384fb78.tar.gz |
Docs update for several classes
Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar,
ScrollContainer and SplitContainer
Diffstat (limited to 'doc/classes/Script.xml')
-rw-r--r-- | doc/classes/Script.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Script.xml b/doc/classes/Script.xml index 4257991e0d..97f6a60f01 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"> |