Background for Skyrim SE
Member of the Utility script
float[]functionResizeFloatArray(float[]source, intsize, floatfill=0.0)NativeGlobal


Caveats


Parameters

float[]source

intsize

floatfill=0.0


Examples

Auto-Generated Example

float[] myFloatArray__source
int myInt__size
float myFloat__fill

float[] returnedValue = Utility.ResizeFloatArray(myFloatArray__source, myInt__size, myFloat__fill)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.