Background for Skyrim SE
Member of the StorageUtil script
intfunctionFileIntListResize(stringKeyName, inttoLength, intfiller=0)Global


Caveats


Parameters

stringKeyName

inttoLength

intfiller=0


Examples

Auto-Generated Example

string myString__KeyName
int myInt__toLength
int myInt__filler

int returnedValue = StorageUtil.FileIntListResize(myString__KeyName, myInt__toLength, myInt__filler)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.