Background for Skyrim SE
Member of the clib script
voidfunctioncArraySortInt(int[]aArray, intlow=-1, inthigh=-1, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Caveats


Parameters

int[]aArray

intlow=-1

inthigh=-1

boolusePapUtil=true


Examples

Auto-Generated Example

int[] myIntArray__aArray
int myInt__low
int myInt__high
bool myBool__usePapUtil

clib.cArraySortInt(myIntArray__aArray, myInt__low, myInt__high, myBool__usePapUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.