Background for Skyrim SE
Member of the PapyrusUtil script
float[]functionMergeFloatArray(float[]ArrayValues1, float[]ArrayValues2, boolRemoveDupes=false)NativeGlobal

Description

Documentation Comment

Returns two arrays combined into one, optionally also removing any duplicate occurrences of a value.


Caveats


Parameters

float[]ArrayValues1

float[]ArrayValues2

boolRemoveDupes=false


Examples

Auto-Generated Example

float[] myFloatArray__ArrayValues1
float[] myFloatArray__ArrayValues2
bool myBool__RemoveDupes

float[] returnedValue = PapyrusUtil.MergeFloatArray(myFloatArray__ArrayValues1, myFloatArray__ArrayValues2, myBool__RemoveDupes)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.