Background for Skyrim SE
Member of the JFormDB script
floatfunctionsolveFlt(FormfKey, stringpath, floatdefault=0.0)NativeGlobal

Description

Documentation Comment

attempts to get value associated with path.


Caveats


Parameters

FormfKey

stringpath

floatdefault=0.0


Examples

Auto-Generated Example

Form myForm__fKey
string myString__path
float myFloat__default

float returnedValue = JFormDB.solveFlt(myForm__fKey, myString__path, myFloat__default)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.