- Found in:
- PapyrusUtil
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)