Background for Skyrim SE
Member of the PapyrusUtil script
Actor[]functionMergeActorArray(Actor[]ArrayValues1, Actor[]ArrayValues2, boolRemoveDupes=false)NativeGlobal


Parameters

  1. Actor[]ArrayValues1

  2. Actor[]ArrayValues2

  3. boolRemoveDupes=false


Examples

Auto-Generated Example

Actor[] myActorArray__ArrayValues1
Actor[] myActorArray__ArrayValues2
bool myBool__RemoveDupes

Actor[] returnedValue = PapyrusUtil.MergeActorArray(myActorArray__ArrayValues1, myActorArray__ArrayValues2, myBool__RemoveDupes)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.