Add note about GROUP_CALL_UNIQUE not considering arguments

(cherry picked from commit 3f2d6f5f6c)
This commit is contained in:
Haoyu Qiu 2022-12-04 15:05:59 +08:00
parent 4c16175100
commit 7decec181c
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@
</constant> </constant>
<constant name="GROUP_CALL_UNIQUE" value="4" enum="GroupCallFlags"> <constant name="GROUP_CALL_UNIQUE" value="4" enum="GroupCallFlags">
Call a group only once even if the call is executed many times. 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>
<constant name="STRETCH_MODE_DISABLED" value="0" enum="StretchMode"> <constant name="STRETCH_MODE_DISABLED" value="0" enum="StretchMode">
No stretching. No stretching.