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

Description

Documentation String

Requirements: None

Documentation Comment

Only for use as part of the cArraySortFloat function


Caveats


Parameters

float[]aArray

intlow

inthigh


Examples

Auto-Generated Example

float[] myFloatArray__aArray
int myInt__low
int myInt__high

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