Background for Skyrim SE
Member of the JsonUtil script
intfunctionGetPathIntValue(stringFileName, stringPath, intmissing=0)NativeGlobal


Caveats


Parameters

stringFileName

stringPath

intmissing=0


Examples

Auto-Generated Example

string myString__FileName
string myString__Path
int myInt__missing

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