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


Parameters

  1. string[]ArrayValues1

  2. string[]ArrayValues2

  3. boolCompareBoth=false

  4. boolIncludeDupes=false


Examples

Auto-Generated Example

string[] myStringArray__ArrayValues1
string[] myStringArray__ArrayValues2
bool myBool__CompareBoth
bool myBool__IncludeDupes

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