Background for Skyrim SE
Member of the PapyrusIniManipulator script
floatfunctionPullFloatFromIni(stringsPath, stringsSection, stringsKey, floatfDefault=0.0)NativeGlobal


Caveats


Parameters

stringsPath

stringsSection

stringsKey

floatfDefault=0.0


Examples

Auto-Generated Example

string myString__sPath
string myString__sSection
string myString__sKey
float myFloat__fDefault

float returnedValue = PapyrusIniManipulator.PullFloatFromIni(myString__sPath, myString__sSection, myString__sKey, myFloat__fDefault)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.