Background for Skyrim SE
Member of the clib script
float[]functioncArrayBubbleSortFloat(float[]aArray, boolinvertIt=false, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft

Documentation Comment

Returns new array [cArraySortFloat/Int() faster but no return]


Caveats


Parameters

float[]aArray

boolinvertIt=false

boolusePapUtil=true


Examples

Auto-Generated Example

float[] myFloatArray__aArray
bool myBool__invertIt
bool myBool__usePapUtil

float[] returnedValue = clib.cArrayBubbleSortFloat(myFloatArray__aArray, myBool__invertIt, myBool__usePapUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.