Background for Skyrim SE
Member of the StorageUtil script
intfunctionStringListResize(FormObjKey, stringKeyName, inttoLength, stringfiller="")NativeGlobal


Caveats


Parameters

FormObjKey

stringKeyName

inttoLength

stringfiller=""


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
int myInt__toLength
string myString__filler

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