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

Description

Documentation Comment

Attempts to retrieve value at given path. If fails, returns @default value


Caveats


Parameters

intobject

stringpath

floatdefault=0.0


Examples

Auto-Generated Example

int myInt__object
string myString__path
float myFloat__default

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