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


Parameters

  1. stringFileName

  2. stringKeyName

  3. intindex

  4. Formvalue


Examples

Auto-Generated Example

string myString__FileName
string myString__KeyName
int myInt__index
Form myForm__value

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