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

Description

Documentation Comment

Size is treated as unsigned, negative numbers will result
extremely large positive numbers, USE WITH CARE


Caveats


Parameters

intsize

floatfill=0.0


Examples

Auto-Generated Example

int myInt__size
float myFloat__fill

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