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


Caveats


Parameters

int[]arr

int[]filter


Examples

Auto-Generated Example

int[] myIntArray__arr
int[] myIntArray__filter

int[] returnedValue = SPE_Utility.FilterArray_Int(myIntArray__arr, myIntArray__filter)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.