Background for Skyrim SE
Member of the DbIniFunctions script
boolfunctionSetIniFloat(stringsFilePath, stringsSection, stringsKey, floatValue, boolbForce=false)Global


Parameters

  1. stringsFilePath

  2. stringsSection

  3. stringsKey

  4. floatValue

  5. boolbForce=false


Examples

Auto-Generated Example

string myString__sFilePath
string myString__sSection
string myString__sKey
float myFloat__Value
bool myBool__bForce

bool returnedValue = DbIniFunctions.SetIniFloat(myString__sFilePath, myString__sSection, myString__sKey, myFloat__Value, myBool__bForce)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.