- Found in:
- cLib
Actor[]functioncArrayReplaceActor(Actor[]aArray, ActorreplaceThis, ActorwithThis, boolforceAll=false)Global
Description
Documentation String
Requirements: None
Documentation Comment
forceAll == TRUE replaces EVERYTHING with aValue
Caveats
Parameters
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)