From 3f2d6f5f6cd9623d6aa7149bc1871b021d84304c Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Sun, 4 Dec 2022 15:05:59 +0800 Subject: Add note about GROUP_CALL_UNIQUE not considering arguments --- doc/classes/SceneTree.xml | 1 + 1 file changed, 1 insertion(+) 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 @@ 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. -- cgit v1.2.3