Background for Skyrim SE
Member of the clib script
Actor[]functioncArrayReplaceActor(Actor[]aArray, ActorreplaceThis, ActorwithThis, boolforceAll=false)Global

Description

Documentation String

Requirements: None

Documentation Comment

forceAll == TRUE replaces EVERYTHING with aValue


Caveats


Parameters

Actor[]aArray

ActorreplaceThis

ActorwithThis

boolforceAll=false


Examples

Auto-Generated Example

Actor[] myActorArray__aArray
Actor myActor__replaceThis
Actor myActor__withThis
bool myBool__forceAll

Actor[] returnedValue = clib.cArrayReplaceActor(myActorArray__aArray, myActor__replaceThis, myActor__withThis, myBool__forceAll)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.