The PapyrusIniManipulator script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Papyrus Ini Manipulator (INI).
For this script, the Papyrus index knows about:
- 14 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
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
