Background for Skyrim SE
Member of the StorageUtil script
intfunctionFormListResize(FormObjKey, stringKeyName, inttoLength, Formfiller=NONE)NativeGlobal


Parameters

  1. FormObjKey

  2. stringKeyName

  3. inttoLength

  4. Formfiller=NONE


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
int myInt__toLength
Form myForm__filler

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