Background for Skyrim SE
Member of the DynamicArrays script
int[]functionSortIntArray(int[]akArray, boolAscending=true, boolDirect=true)


Caveats


Parameters

int[]akArray

boolAscending=true

boolDirect=true


Examples

Auto-Generated Example

int[] myIntArray__akArray
bool myBool__Ascending
bool myBool__Direct

int[] returnedValue = myDynamicArrays__toCallFunctionOn.SortIntArray(myIntArray__akArray, myBool__Ascending, myBool__Direct)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.