Background for Skyrim SE
Member of the StorageUtil script
boolfunctionFileIntListInsert(stringKeyName, intindex, intvalue)Global


Caveats


Parameters

stringKeyName

intindex

intvalue


Examples

Auto-Generated Example

string myString__KeyName
int myInt__index
int myInt__value

bool returnedValue = StorageUtil.FileIntListInsert(myString__KeyName, myInt__index, myInt__value)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.