Background for Skyrim SE

PapyrusIniManipulator


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
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.