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

Description

Documentation Comment

bool[] function MergeBoolArray(bool[] ArrayValues1, bool[] ArrayValues2, bool RemoveDupes = false) global native ; // Bugged - Non-native version available below


Caveats


Parameters

string[]ArrayValues1

string[]ArrayValues2

boolRemoveDupes=false


Examples

Auto-Generated Example

string[] myStringArray__ArrayValues1
string[] myStringArray__ArrayValues2
bool myBool__RemoveDupes

string[] returnedValue = PapyrusUtil.MergeStringArray(myStringArray__ArrayValues1, myStringArray__ArrayValues2, myBool__RemoveDupes)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.