- Found in:
- cLib
Actor[]functioncArrayMergeActor(Actor[]aArray1, Actor[]aArray2, booluseSKSE=true, boolusePapUtil=true)Global
Description
Documentation String
Requirements: None, SKSE:Soft, PapyrusUtil:Soft
Documentation Comment
Merging (returns new array)
Caveats
Parameters
Examples
Auto-Generated Example
Actor[] myActorArray__aArray1
Actor[] myActorArray__aArray2
bool myBool__useSKSE
bool myBool__usePapUtil
Actor[] returnedValue = clib.cArrayMergeActor(myActorArray__aArray1, myActorArray__aArray2, myBool__useSKSE, myBool__usePapUtil)