Background for Skyrim SE
Member of the JsonUtil script
voidfunctionSetPathIntArray(stringFileName, stringPath, int[]arr, boolappend=false)NativeGlobal


Caveats


Parameters

stringFileName

stringPath

int[]arr

boolappend=false


Examples

Auto-Generated Example

string myString__FileName
string myString__Path
int[] myIntArray__arr
bool myBool__append

JsonUtil.SetPathIntArray(myString__FileName, myString__Path, myIntArray__arr, myBool__append)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.