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


Parameters

  1. stringFileName

  2. stringKeyName

  3. intindex

  4. intamount


Examples

Auto-Generated Example

string myString__FileName
string myString__KeyName
int myInt__index
int myInt__amount

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