Background for Skyrim SE
Member of the JsonUtil script
intfunctionSetIntValue(stringFileName, stringKeyName, intvalue)NativeGlobal

Description

Documentation Comment

See StorageUtil.psc for equivalent function usage instructions


Caveats


Parameters

stringFileName

stringKeyName

intvalue


Examples

Auto-Generated Example

string myString__FileName
string myString__KeyName
int myInt__value

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