Преглед на файлове

Add note about GROUP_CALL_UNIQUE not considering arguments

(cherry picked from commit 3f2d6f5f6cd9623d6aa7149bc1871b021d84304c)
Haoyu Qiu преди 2 години
родител
ревизия
7decec181c
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      doc/classes/SceneTree.xml

+ 1 - 0
doc/classes/SceneTree.xml

@@ -375,6 +375,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>
 		<constant name="STRETCH_MODE_DISABLED" value="0" enum="StretchMode">
 			No stretching.