Background for Skyrim SE
Member of the JValue script
boolfunctionsolveFormSetter(intobject, stringpath, Formvalue, boolcreateMissingKeys=false)NativeGlobal


Caveats


Parameters

intobject

stringpath

Formvalue

boolcreateMissingKeys=false


Examples

Auto-Generated Example

int myInt__object
string myString__path
Form myForm__value
bool myBool__createMissingKeys

bool returnedValue = JValue.solveFormSetter(myInt__object, myString__path, myForm__value, myBool__createMissingKeys)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.