Background for Skyrim SE
Member of the JDB script
boolfunctionsolveIntSetter(stringpath, intvalue, boolcreateMissingKeys=false)NativeGlobal


Caveats


Parameters

stringpath

intvalue

boolcreateMissingKeys=false


Examples

Auto-Generated Example

string myString__path
int myInt__value
bool myBool__createMissingKeys

bool returnedValue = JDB.solveIntSetter(myString__path, myInt__value, myBool__createMissingKeys)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.