Background for Skyrim SE
Member of the DbIniFunctions script
intfunctionGetIniInt(stringsFilePath, stringsSection, stringsKey, intDefault=0)Global


Caveats


Parameters

stringsFilePath

stringsSection

stringsKey

intDefault=0


Examples

Auto-Generated Example

string myString__sFilePath
string myString__sSection
string myString__sKey
int myInt__Default

int returnedValue = DbIniFunctions.GetIniInt(myString__sFilePath, myString__sSection, myString__sKey, myInt__Default)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.