Background for Skyrim SE
Member of the clib script
Alias[]functioncArrayReplaceAlias(Alias[]aArray, AliasreplaceThis, AliaswithThis, boolforceAll=false)Global

Description

Documentation String

Requirements: None

Documentation Comment

forceAll == TRUE replaces EVERYTHING with aValue


Caveats


Parameters

Alias[]aArray

AliasreplaceThis

AliaswithThis

boolforceAll=false


Examples

Auto-Generated Example

Alias[] myAliasArray__aArray
Alias myAlias__replaceThis
Alias myAlias__withThis
bool myBool__forceAll

Alias[] returnedValue = clib.cArrayReplaceAlias(myAliasArray__aArray, myAlias__replaceThis, myAlias__withThis, myBool__forceAll)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.