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


Caveats


Parameters

stringFileName

stringKeyName

intindex

floatamount


Examples

Auto-Generated Example

string myString__FileName
string myString__KeyName
int myInt__index
float myFloat__amount

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