Background for Skyrim SE
Member of the PapyrusUtil script
int[]functionResizeIntArray(int[]ArrayValues, inttoSize, intfiller=0)Global


Caveats


Parameters

int[]ArrayValues

inttoSize

intfiller=0


Examples

Auto-Generated Example

int[] myIntArray__ArrayValues
int myInt__toSize
int myInt__filler

int[] returnedValue = PapyrusUtil.ResizeIntArray(myIntArray__ArrayValues, myInt__toSize, myInt__filler)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.