Background for Skyrim SE
Member of the DbIniFunctions script
floatfunctionGetIniFloat(stringsFilePath, stringsSection, stringsKey, floatDefault=0.0)Global


Caveats


Parameters

stringsFilePath

stringsSection

stringsKey

floatDefault=0.0


Examples

Auto-Generated Example

string myString__sFilePath
string myString__sSection
string myString__sKey
float myFloat__Default

float returnedValue = DbIniFunctions.GetIniFloat(myString__sFilePath, myString__sSection, myString__sKey, myFloat__Default)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.