summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2022-12-04 15:05:59 +0800
committerHaoyu Qiu <timothyqiu32@gmail.com>2022-12-04 15:05:59 +0800
commit3f2d6f5f6cd9623d6aa7149bc1871b021d84304c (patch)
tree5a25d64b9ad485c1797966fae10f604051b19769 /doc/classes
parent015dc492de33a41eaeb14c0503a6be10466fe457 (diff)
Add note about GROUP_CALL_UNIQUE not considering arguments
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/SceneTree.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/SceneTree.xml b/doc/classes/SceneTree.xml
index 070b98f21d..bd5b656e1a 100644
--- a/doc/classes/SceneTree.xml
+++ b/doc/classes/SceneTree.xml
@@ -308,6 +308,7 @@
</constant>
<constant name="GROUP_CALL_UNIQUE" value="4" enum="GroupCallFlags">
Call a group only once even if the call is executed many times.
+ [b]Note:[/b] Arguments are not taken into account when deciding whether the call is unique or not. Therefore when the same method is called with different arguments, only the first call will be performed.
</constant>
</constants>
</class>