Background for Skyrim SE
Member of the JMap script
floatfunctiongetFlt(intobject, stringkey, floatdefault=0.0)NativeGlobal


Caveats


Parameters

intobject

stringkey

floatdefault=0.0


Examples

Auto-Generated Example

int myInt__object
string myString__key
float myFloat__default

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