Background for Skyrim SE
Member of the clib script
bool[]functioncArrayReplaceBool(bool[]aArray, boolreplaceThis, boolwithThis, boolforceAll=false)Global

Description

Documentation String

Requirements: None

Documentation Comment

forceAll == TRUE replaces EVERYTHING with aValue


Caveats


Parameters

bool[]aArray

boolreplaceThis

boolwithThis

boolforceAll=false


Examples

Auto-Generated Example

bool[] myBoolArray__aArray
bool myBool__replaceThis
bool myBool__withThis
bool myBool__forceAll

bool[] returnedValue = clib.cArrayReplaceBool(myBoolArray__aArray, myBool__replaceThis, myBool__withThis, myBool__forceAll)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.