diff options
| author | poke1024 | 2018-01-10 19:36:53 +0100 |
|---|---|---|
| committer | poke1024 | 2018-01-10 19:36:53 +0100 |
| commit | 75d69fb4ecfe3bc925bd27700782d884e88369cc (patch) | |
| tree | 29e863213b69e6d2c1fb192a0c36dae5327bb594 /doc/classes/Array.xml | |
| parent | a60896869e6c17f674ff25bee87cabb54cd4403d (diff) | |
| download | godot-75d69fb4ecfe3bc925bd27700782d884e88369cc.tar.gz godot-75d69fb4ecfe3bc925bd27700782d884e88369cc.tar.zst godot-75d69fb4ecfe3bc925bd27700782d884e88369cc.zip | |
Add shuffle() method to Array
Diffstat (limited to 'doc/classes/Array.xml')
| -rw-r--r-- | doc/classes/Array.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml index 9445a1732..f767f8b33 100644 --- a/doc/classes/Array.xml +++ b/doc/classes/Array.xml @@ -296,6 +296,11 @@ [/codeblock] </description> </method> + <method name="shuffle"> + <description> + Shuffle the array such that the items will have a random order. + </description> + </method> </methods> <constants> </constants> |
