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