Background for Starfield

The PapyrusIniManipulator Script

    The PapyrusIniManipulator script is a part of Starfield’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:

    • 13 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Structs

    The Papyrus Index is still under construction. Structs have not been implemented yet.

      Properties

      No properties found.

        Events

          No events found.

        Functions

        • stringfunctionGetVersion()NativeGlobal
        • boolfunctionIniDataExists(intiLevel, stringsPath, stringsSection="", stringsKey="")NativeGlobal
        • boolfunctionClearIniData(intiLevel, stringsPath, stringsSection="", stringsKey="")NativeGlobal
        • boolfunctionDestroyIniData(intiLevel, stringsPath, stringsSection="", stringsKey="")NativeGlobal
        • string[]functionGetIniData(intiLevel, stringsPath, stringsSection="", stringsKey="")NativeGlobal
        • boolfunctionPullBoolFromIni(stringsPath, stringsSection, stringsKey, boolbDefault=false)NativeGlobal
        • intfunctionPullIntFromIni(stringsPath, stringsSection, stringsKey, intiDefault=0)NativeGlobal
        • floatfunctionPullFloatFromIni(stringsPath, stringsSection, stringsKey, floatfDefault=0.0)NativeGlobal
        • stringfunctionPullStringFromIni(stringsPath, stringsSection, stringsKey, stringsDefault="")NativeGlobal
        • boolfunctionPushBoolToIni(stringsPath, stringsSection="", stringsKey="", boolbValue=false, boolbForce=false)NativeGlobal
        • boolfunctionPushIntToIni(stringsPath, stringsSection="", stringsKey="", intiValue=0, boolbForce=false)NativeGlobal
        • boolfunctionPushFloatToIni(stringsPath, stringsSection="", stringsKey="", floatfValue=0.0, boolbForce=false)NativeGlobal
        • boolfunctionPushStringToIni(stringsPath, stringsSection="", stringsKey="", stringsValue="", boolbForce=false)NativeGlobal
        Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.