Background for Skyrim SE

The PapyrusIniManipulator Script

    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

      • stringfunctionGetVersion()NativeGlobal
      • stringfunctionGetTranslation(stringsKey)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 Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.