- Found in:
- INI
boolfunctionPullBoolFromIni(stringsPath, stringsSection, stringsKey, boolbDefault=false)NativeGlobal
Caveats
Parameters
stringsPath
stringsSection
stringsKey
boolbDefault=false
Examples
Auto-Generated Example
string myString__sPath
string myString__sSection
string myString__sKey
bool myBool__bDefault
bool returnedValue = PapyrusIniManipulator.PullBoolFromIni(myString__sPath, myString__sSection, myString__sKey, myBool__bDefault)