Background for Skyrim SE
Member of the DynamicArrays script
float[]functionResizeFloatArray(float[]akArray, intNewSize, floatFill=0.0)


Caveats


Parameters

float[]akArray

intNewSize

floatFill=0.0


Examples

Auto-Generated Example

float[] myFloatArray__akArray
int myInt__NewSize
float myFloat__Fill

float[] returnedValue = myDynamicArrays__toCallFunctionOn.ResizeFloatArray(myFloatArray__akArray, myInt__NewSize, myFloat__Fill)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.