Background for Skyrim SE
Member of the StorageUtil script
intfunctionFileStringListResize(stringKeyName, inttoLength, stringfiller="")Global


Caveats


Parameters

stringKeyName

inttoLength

stringfiller=""


Examples

Auto-Generated Example

string myString__KeyName
int myInt__toLength
string myString__filler

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