PapyrusIniManipulator
- Found in:
- INI
Inheritance Tree
No indexed scripts extend this script.
Properties
Events
Functions
- Found in:
- INI
- Found in:
- INI
- Found in:
- INI
- Found in:
- INI
- Found in:
- INI
- Found in:
- INI
- Found in:
- INI
boolfunctionPullBoolFromIni(stringsPath, stringsSection, stringsKey, boolbDefault=false)NativeGlobal
- Found in:
- INI
- Found in:
- INI
floatfunctionPullFloatFromIni(stringsPath, stringsSection, stringsKey, floatfDefault=0.0)NativeGlobal
- Found in:
- INI
stringfunctionPullStringFromIni(stringsPath, stringsSection, stringsKey, stringsDefault="")NativeGlobal
- Found in:
- INI
boolfunctionPushBoolToIni(stringsPath, stringsSection="", stringsKey="", boolbValue=false, boolbForce=false)NativeGlobal
- Found in:
- INI
boolfunctionPushIntToIni(stringsPath, stringsSection="", stringsKey="", intiValue=0, boolbForce=false)NativeGlobal
- Found in:
- INI
boolfunctionPushFloatToIni(stringsPath, stringsSection="", stringsKey="", floatfValue=0.0, boolbForce=false)NativeGlobal
- Found in:
- INI
boolfunctionPushStringToIni(stringsPath, stringsSection="", stringsKey="", stringsValue="", boolbForce=false)NativeGlobal
