Background for Skyrim SE
Member of the DbMiscFunctions script
FormfunctionJsonFormListPluck(stringFileName, stringKeyName, intindex, Formdefault=NONE)Global


Parameters

  1. stringFileName

  2. stringKeyName

  3. intindex

  4. Formdefault=NONE


Examples

Auto-Generated Example

string myString__FileName
string myString__KeyName
int myInt__index
Form myForm__default

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