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


Parameters

  1. int[]akArray

  2. boolAscending=true

  3. 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.