- Found in:
- INI
boolfunctionPushIntToIni(stringsPath, stringsSection="", stringsKey="", intiValue=0, boolbForce=false)NativeGlobal
Caveats
Parameters
stringsPath
stringsSection=""
stringsKey=""
intiValue=0
boolbForce=false
Examples
Auto-Generated Example
string myString__sPath
string myString__sSection
string myString__sKey
int myInt__iValue
bool myBool__bForce
bool returnedValue = PapyrusIniManipulator.PushIntToIni(myString__sPath, myString__sSection, myString__sKey, myInt__iValue, myBool__bForce)