Background for Skyrim SE
Member of the SPE_Utility script
voidfunctionShuffle_Int(int[]arr)NativeGlobal

Description

Documentation Comment

Randomly reorder every element in the array, the array is modified in-place


Caveats


Parameters

int[]arr


Examples

Auto-Generated Example

int[] myIntArray__arr

SPE_Utility.Shuffle_Int(myIntArray__arr)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.