- Found in:
- PapyrusUtil
Actor[]functionGetDiffActor(Actor[]ArrayValues1, Actor[]ArrayValues2, boolCompareBoth=false, boolIncludeDupes=false)NativeGlobal
Caveats
Parameters
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)