Background for Skyrim SE
Member of the DbMiscFunctions script
floatfunctionJsonFloatListPluck(stringFileName, stringKeyName, intindex, floatdefault=0.0)Global


Caveats


Parameters

stringFileName

stringKeyName

intindex

floatdefault=0.0


Examples

Auto-Generated Example

string myString__FileName
string myString__KeyName
int myInt__index
float myFloat__default

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