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


Caveats


Parameters

int[]ArrayValues1

int[]ArrayValues2

boolCompareBoth=false

boolIncludeDupes=false


Examples

Auto-Generated Example

int[] myIntArray__ArrayValues1
int[] myIntArray__ArrayValues2
bool myBool__CompareBoth
bool myBool__IncludeDupes

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