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

Description

Documentation Comment

Removes all duplicate elements from the given array and returns the shortened array with only a single instance of all element values.


Caveats


Parameters

float[]ArrayValues


Examples

Auto-Generated Example

float[] myFloatArray__ArrayValues

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