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

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.