Преглед изворни кода

Merge pull request #28832 from hbina/issue_28689_new

[Old PR was messed up] Document reproducability of Array.shuffle()
Max Hilbrunner пре 6 година
родитељ
комит
02fa58f4a7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      doc/classes/Array.xml

+ 1 - 1
doc/classes/Array.xml

@@ -291,7 +291,7 @@
 		</method>
 		<method name="shuffle">
 			<description>
-				Shuffles the array such that the items will have a random order.
+				Shuffles the array such that the items will have a random order. This method uses the global random number generator common to methods such as [method @GDScript.randi]. Call [method @GDScript.randomize] to ensure that a new seed will be used each time if you want non-reproducible shuffling.
 			</description>
 		</method>
 		<method name="size">