- Found in:
- JContainers
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
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)