Background for Skyrim SE
Member of the StorageUtil script
intfunctionIntListResize(FormObjKey, stringKeyName, inttoLength, intfiller=0)NativeGlobal

[DEV SERVER] Loading description...


Caveats


Parameters

FormObjKey

stringKeyName

inttoLength

intfiller=0


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
int myInt__toLength
int myInt__filler

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