- Found in:
- SKSE
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)