Background for Skyrim SE
Member of the clib script
Form[]functioncArrayReplaceForm(Form[]aArray, FormreplaceThis, FormwithThis, boolforceAll=false)Global

Description

Documentation String

Requirements: None

Documentation Comment

forceAll == TRUE replaces EVERYTHING with aValue


Caveats


Parameters

Form[]aArray

FormreplaceThis

FormwithThis

boolforceAll=false


Examples

Auto-Generated Example

Form[] myFormArray__aArray
Form myForm__replaceThis
Form myForm__withThis
bool myBool__forceAll

Form[] returnedValue = clib.cArrayReplaceForm(myFormArray__aArray, myForm__replaceThis, myForm__withThis, myBool__forceAll)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.