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

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Caveats


Parameters

float[]aArray

intlow=-1

inthigh=-1

boolusePapUtil=true


Examples

Auto-Generated Example

float[] myFloatArray__aArray
int myInt__low
int myInt__high
bool myBool__usePapUtil

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