Background for Skyrim SE
Member of the DbIniFunctions script
boolfunctionGetIniBool(stringsFilePath, stringsSection, stringsKey, boolDefault=false)Global

Description

Documentation Comment

Getters============================================================================================


Caveats


Parameters

stringsFilePath

stringsSection

stringsKey

boolDefault=false


Examples

Auto-Generated Example

string myString__sFilePath
string myString__sSection
string myString__sKey
bool myBool__Default

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