Background for Skyrim SE
Member of the Utility script
int[]functionCreateIntArray(intsize, intfill=0)NativeGlobal


Caveats


Parameters

intsize

intfill=0


Examples

Auto-Generated Example

int myInt__size
int myInt__fill

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