Background for Skyrim SE
Member of the JFormDB script
boolfunctionsolveFltSetter(FormfKey, stringpath, floatvalue, boolcreateMissingKeys=false)NativeGlobal

Description

Documentation Comment

Attempts to assign value. Returns false if no such path
With 'createMissingKeys=true' it creates any missing path elements: JFormDB.solveIntSetter(formKey, ".frostfall.keyB", 10, true) creates {frostfall: {keyB: 10}} structure


Caveats


Parameters

FormfKey

stringpath

floatvalue

boolcreateMissingKeys=false


Examples

Auto-Generated Example

Form myForm__fKey
string myString__path
float myFloat__value
bool myBool__createMissingKeys

bool returnedValue = JFormDB.solveFltSetter(myForm__fKey, myString__path, myFloat__value, myBool__createMissingKeys)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.