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


Parameters

  1. stringFileName

  2. stringKeyName

  3. 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.