Background for Skyrim SE
Member of the StorageUtil script
FormfunctionFormListSet(FormObjKey, stringKeyName, intindex, Formvalue)NativeGlobal


Caveats


Parameters

FormObjKey

stringKeyName

intindex

Formvalue


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
int myInt__index
Form myForm__value

Form returnedValue = StorageUtil.FormListSet(myForm__ObjKey, myString__KeyName, myInt__index, myForm__value)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.