Background for Skyrim SE
Member of the PapyrusUtil script
voidfunctionSortIntArray(int[]ArrayValues, booldescending=false)NativeGlobal

Description

Documentation Comment

Sorts a given array's elements alphanumerically. Sorted in ascending order by default.


Caveats


Parameters

int[]ArrayValues

booldescending=false


Examples

Auto-Generated Example

int[] myIntArray__ArrayValues
bool myBool__descending

PapyrusUtil.SortIntArray(myIntArray__ArrayValues, myBool__descending)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.