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


Parameters

  1. stringpath

  2. intvalue

  3. boolcreateMissingKeys=false


Examples

Auto-Generated Example

string myString__path
int myInt__value
bool myBool__createMissingKeys

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