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


Parameters

  1. stringKeyName

  2. intvalue


Examples

Auto-Generated Example

string myString__KeyName
int myInt__value

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