aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/Object.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/Object.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/Object.xml')
-rw-r--r--doc/classes/Object.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Object.xml b/doc/classes/Object.xml
index 2ce4abd6b..897a8e3c6 100644
--- a/doc/classes/Object.xml
+++ b/doc/classes/Object.xml
@@ -398,6 +398,7 @@
<signals>
<signal name="script_changed">
<description>
+ Emitted whenever the script of the Object is changed.
</description>
</signal>
</signals>