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


Caveats


Parameters

Actor[]ArrayValues1

Actor[]ArrayValues2

boolCompareBoth=false

boolIncludeDupes=false


Examples

Auto-Generated Example

Actor[] myActorArray__ArrayValues1
Actor[] myActorArray__ArrayValues2
bool myBool__CompareBoth
bool myBool__IncludeDupes

Actor[] returnedValue = PapyrusUtil.GetDiffActor(myActorArray__ArrayValues1, myActorArray__ArrayValues2, myBool__CompareBoth, myBool__IncludeDupes)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.