- Found in:
- PapyrusUtil
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)