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


Parameters

  1. Alias[]ArrayValues1

  2. Alias[]ArrayValues2

  3. boolCompareBoth=false

  4. boolIncludeDupes=false


Examples

Auto-Generated Example

Alias[] myAliasArray__ArrayValues1
Alias[] myAliasArray__ArrayValues2
bool myBool__CompareBoth
bool myBool__IncludeDupes

Alias[] returnedValue = PapyrusUtil.GetDiffAlias(myAliasArray__ArrayValues1, myAliasArray__ArrayValues2, myBool__CompareBoth, myBool__IncludeDupes)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.