- Found in:
- JContainers
Description
Documentation Comment
Attempts to assign the @value. Returns false if no such path.
If 'createMissingKeys=true' it creates any missing path elements: JDB.solveIntSetter(".frostfall.keyB", 10, true) creates {frostfall: {keyB: 10}} structure
Caveats
Parameters
stringpath
floatvalue
boolcreateMissingKeys=false
Examples
Auto-Generated Example
string myString__path
float myFloat__value
bool myBool__createMissingKeys
bool returnedValue = JDB.solveFltSetter(myString__path, myFloat__value, myBool__createMissingKeys)