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


Parameters

  1. string[]aArray

  2. boolclearEmpty=false

  3. boolclearDupes=false

  4. 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.