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

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Parameters

  1. string[]aArray

  2. boolinvertIt=false

  3. boolusePapUtil=true


Examples

Auto-Generated Example

string[] myStringArray__aArray
bool myBool__invertIt
bool myBool__usePapUtil

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