Background for Skyrim SE
Member of the StorageUtil script
intfunctionFileGetIntValue(stringKeyName, intmissing=0)Global


Caveats


Parameters

stringKeyName

intmissing=0


Examples

Auto-Generated Example

string myString__KeyName
int myInt__missing

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