Background for Skyrim SE
Member of the clib script
float[]functioncArrayReplaceFloat(float[]aArray, floatreplaceThis, floatwithThis, boolforceAll=false)Global

Description

Documentation String

Requirements: None

Documentation Comment

forceAll == TRUE replaces EVERYTHING with aValue


Caveats


Parameters

float[]aArray

floatreplaceThis

floatwithThis

boolforceAll=false


Examples

Auto-Generated Example

float[] myFloatArray__aArray
float myFloat__replaceThis
float myFloat__withThis
bool myBool__forceAll

float[] returnedValue = clib.cArrayReplaceFloat(myFloatArray__aArray, myFloat__replaceThis, myFloat__withThis, myBool__forceAll)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.