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

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Parameters

  1. int[]aArray

  2. boolinvertIt=false

  3. boolusePapUtil=true


Examples

Auto-Generated Example

int[] myIntArray__aArray
bool myBool__invertIt
bool myBool__usePapUtil

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