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


Caveats


Parameters

float[]arr

float[]filter


Examples

Auto-Generated Example

float[] myFloatArray__arr
float[] myFloatArray__filter

float[] returnedValue = SPE_Utility.FilterArray_Float(myFloatArray__arr, myFloatArray__filter)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.