Background for Skyrim SE
Member of the DynamicArrays script
int[]functionResizeIntArray(int[]akArray, intNewSize, intFill=0)


Caveats


Parameters

int[]akArray

intNewSize

intFill=0


Examples

Auto-Generated Example

int[] myIntArray__akArray
int myInt__NewSize
int myInt__Fill

int[] returnedValue = myDynamicArrays__toCallFunctionOn.ResizeIntArray(myIntArray__akArray, myInt__NewSize, myInt__Fill)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.