Background for Skyrim SE
Member of the SPE_Utility script
Form[]functionIntersectArray_Form(Form[]arr, Form[]arr2)NativeGlobal

Description

Documentation Comment

Return the intersection of arr and arr2


Caveats


Parameters

Form[]arr

Form[]arr2


Examples

Auto-Generated Example

Form[] myFormArray__arr
Form[] myFormArray__arr2

Form[] returnedValue = SPE_Utility.IntersectArray_Form(myFormArray__arr, myFormArray__arr2)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.