Background for Starfield
Member of the PapyrusIniManipulator script
boolfunctionPushFloatToIni(stringsPath, stringsSection="", stringsKey="", floatfValue=0.0, boolbForce=false)NativeGlobal


Parameters

  1. stringsPath

  2. stringsSection=""

  3. stringsKey=""

  4. floatfValue=0.0

  5. boolbForce=false


Examples

Auto-Generated Example

string myString__sPath
string myString__sSection
string myString__sKey
float myFloat__fValue
bool myBool__bForce

bool returnedValue = PapyrusIniManipulator.PushFloatToIni(myString__sPath, myString__sSection, myString__sKey, myFloat__fValue, myBool__bForce)
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.