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

Description

Documentation Comment

Setters =======================================================================================================
if bForce == true, will add the sKey to the sSection if it doesn't exist.


Caveats


Parameters

stringsFilePath

stringsSection

stringsKey

boolValue

boolbForce=false


Examples

Auto-Generated Example

string myString__sFilePath
string myString__sSection
string myString__sKey
bool myBool__Value
bool myBool__bForce

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