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


Caveats


Parameters

intobject

intkey

floatdefault=0.0


Examples

Auto-Generated Example

int myInt__object
int myInt__key
float myFloat__default

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