Background for Skyrim SE
Member of the clib script
intfunctioncArrayPartitionInt(int[]aArray, intlow, inthigh)Global

Description

Documentation String

Requirements: None

Documentation Comment

Only for use as part of the cArraySortInt function


Caveats


Parameters

int[]aArray

intlow

inthigh


Examples

Auto-Generated Example

int[] myIntArray__aArray
int myInt__low
int myInt__high

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