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


Caveats


Parameters

Alias[]ArrayValues1

Alias[]ArrayValues2

boolRemoveDupes=false


Examples

Auto-Generated Example

Alias[] myAliasArray__ArrayValues1
Alias[] myAliasArray__ArrayValues2
bool myBool__RemoveDupes

Alias[] returnedValue = PapyrusUtil.MergeAliasArray(myAliasArray__ArrayValues1, myAliasArray__ArrayValues2, myBool__RemoveDupes)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.