Background for Skyrim SE
Member of the clib script
int[]functioncArrayTidyInt(int[]aArray, boolclearZero=false, boolclearDupes=false, boolsortIt=false)Global

Description

Documentation String

Requirements: None


Caveats


Parameters

int[]aArray

boolclearZero=false

boolclearDupes=false

boolsortIt=false


Examples

Auto-Generated Example

int[] myIntArray__aArray
bool myBool__clearZero
bool myBool__clearDupes
bool myBool__sortIt

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