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


Caveats


Parameters

int[]ArrayValues1

int[]ArrayValues2

boolRemoveDupes=false


Examples

Auto-Generated Example

int[] myIntArray__ArrayValues1
int[] myIntArray__ArrayValues2
bool myBool__RemoveDupes

int[] returnedValue = PapyrusUtil.MergeIntArray(myIntArray__ArrayValues1, myIntArray__ArrayValues2, myBool__RemoveDupes)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.