Background for Skyrim SE
Member of the StorageUtil script
floatfunctionGetFloatValue(FormObjKey, stringKeyName, floatmissing=0.0)NativeGlobal


Caveats


Parameters

FormObjKey

stringKeyName

floatmissing=0.0


Examples

Auto-Generated Example

Form myForm__ObjKey
string myString__KeyName
float myFloat__missing

float returnedValue = StorageUtil.GetFloatValue(myForm__ObjKey, myString__KeyName, myFloat__missing)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.