Background for Skyrim SE
Member of the PapyrusUtil script
float[]functionRemoveFloat(float[]ArrayValues, floatToRemove)NativeGlobal

Description

Documentation Comment

Removes all elements from the given array matching the provided value and returns the shortened array.


Caveats


Parameters

float[]ArrayValues

floatToRemove


Examples

Auto-Generated Example

float[] myFloatArray__ArrayValues
float myFloat__ToRemove

float[] returnedValue = PapyrusUtil.RemoveFloat(myFloatArray__ArrayValues, myFloat__ToRemove)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.