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


Caveats


Parameters

stringsFilePath

stringsSection

stringsKey

stringValue

boolbForce=false


Examples

Auto-Generated Example

string myString__sFilePath
string myString__sSection
string myString__sKey
string myString__Value
bool myBool__bForce

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