Background for Skyrim SE
Member of the clib script
float[]functioncArrayCopyToFloat(float[]aArray1, float[]aArray2, floatfiller=0.0)Global

Description

Documentation String

Requirements: None

Documentation Comment

just copies one array to another, can be used for arrays of any size whether SKSE is installed or not


Caveats


Parameters

float[]aArray1

float[]aArray2

floatfiller=0.0


Examples

Auto-Generated Example

float[] myFloatArray__aArray1
float[] myFloatArray__aArray2
float myFloat__filler

float[] returnedValue = clib.cArrayCopyToFloat(myFloatArray__aArray1, myFloatArray__aArray2, myFloat__filler)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.