Background for Skyrim SE
Member of the clib script
string[]functioncArrayReplaceString(string[]aArray, stringreplaceThis, stringwithThis, boolforceAll=false)Global

Description

Documentation String

Requirements: None

Documentation Comment

forceAll == TRUE replaces EVERYTHING with aValue


Caveats


Parameters

string[]aArray

stringreplaceThis

stringwithThis

boolforceAll=false


Examples

Auto-Generated Example

string[] myStringArray__aArray
string myString__replaceThis
string myString__withThis
bool myBool__forceAll

string[] returnedValue = clib.cArrayReplaceString(myStringArray__aArray, myString__replaceThis, myString__withThis, myBool__forceAll)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.