aboutsummaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorZephilinox2018-01-20 21:57:59 +0000
committerZephilinox2018-01-20 21:57:59 +0000
commita826fb8d8b861efb0f7d14698148c5571687e082 (patch)
treef903cfe32f0c38b129effb0695c8c578d98c495f /doc/classes
parentc58891ff4ce9559fb1413d34159d3fb039999402 (diff)
downloadgodot-a826fb8d8b861efb0f7d14698148c5571687e082.tar.gz
godot-a826fb8d8b861efb0f7d14698148c5571687e082.tar.zst
godot-a826fb8d8b861efb0f7d14698148c5571687e082.zip
Add ready signal to Node
Closes #15889
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Node.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml
index 6f64c865c..d9b3b6128 100644
--- a/doc/classes/Node.xml
+++ b/doc/classes/Node.xml
@@ -735,6 +735,11 @@
</member>
</members>
<signals>
+ <signal name="ready">
+ <description>
+ Emitted when the node is ready.
+ </description>
+ </signal>
<signal name="renamed">
<description>
Emitted when the node is renamed.