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

Description

Documentation Comment

Remove any objects from arr that are present in filter, return the filtered array


Caveats


Parameters

Form[]arr

Form[]filter


Examples

Auto-Generated Example

Form[] myFormArray__arr
Form[] myFormArray__filter

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