Background for Skyrim SE
Member of the StorageUtil script
floatfunctionFileGetFloatValue(stringKeyName, floatmissing=0.0)Global


Parameters

  1. stringKeyName

  2. floatmissing=0.0


Examples

Auto-Generated Example

string myString__KeyName
float myFloat__missing

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