summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-12-10 10:48:46 +0100
committerGitHub <noreply@github.com>2020-12-10 10:48:46 +0100
commit47fc78b599ab4019bb81baee277e6ed7f975d4d9 (patch)
tree9f34b2d8e048f46acb8d1af80cf5cc4ee4d0165e
parent70c435272a3e7fa0071ede65bbcfa06223d93df9 (diff)
parentb552c26c68d0a52843d38ab54ec2adea74f8de80 (diff)
Merge pull request #44016 from KoBeWi/emit_me_senpai
Mention that 'changed' signal needs manual emit
-rw-r--r--doc/classes/Resource.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Resource.xml b/doc/classes/Resource.xml
index 1ce2c376dd..54984b7785 100644
--- a/doc/classes/Resource.xml
+++ b/doc/classes/Resource.xml
@@ -76,6 +76,7 @@
<signal name="changed">
<description>
Emitted whenever the resource changes.
+ [b]Note:[/b] This signal is not emitted automatically for custom resources, which means that you need to create a setter and emit the signal yourself.
</description>
</signal>
</signals>