Background for Skyrim SE
Member of the clib script
string[]functioncArrayTidyString(string[]aArray, boolclearEmpty=false, boolclearDupes=false, boolsortIt=false)Global

Description

Documentation String

Requirements: None


Caveats


Parameters

string[]aArray

boolclearEmpty=false

boolclearDupes=false

boolsortIt=false


Examples

Auto-Generated Example

string[] myStringArray__aArray
bool myBool__clearEmpty
bool myBool__clearDupes
bool myBool__sortIt

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