- Found in:
- INI
boolfunctionPushStringToIni(stringsPath, stringsSection="", stringsKey="", stringsValue="", boolbForce=false)NativeGlobal
Caveats
Parameters
stringsPath
stringsSection=""
stringsKey=""
stringsValue=""
boolbForce=false
Examples
Auto-Generated Example
string myString__sPath
string myString__sSection
string myString__sKey
string myString__sValue
bool myBool__bForce
bool returnedValue = PapyrusIniManipulator.PushStringToIni(myString__sPath, myString__sSection, myString__sKey, myString__sValue, myBool__bForce)