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

Description

Documentation String

Requirements: None


Parameters

  1. float[]aArray

  2. boolclearZero=false

  3. boolclearDupes=false

  4. boolsortIt=false


Examples

Auto-Generated Example

float[] myFloatArray__aArray
bool myBool__clearZero
bool myBool__clearDupes
bool myBool__sortIt

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