- Found in:
- INI
boolfunctionPushBoolToIni(stringsPath, stringsSection="", stringsKey="", boolbValue=false, boolbForce=false)NativeGlobal
Caveats
Parameters
stringsPath
stringsSection=""
stringsKey=""
boolbValue=false
boolbForce=false
Examples
Auto-Generated Example
string myString__sPath
string myString__sSection
string myString__sKey
bool myBool__bValue
bool myBool__bForce
bool returnedValue = PapyrusIniManipulator.PushBoolToIni(myString__sPath, myString__sSection, myString__sKey, myBool__bValue, myBool__bForce)