Background for Skyrim SE
Member of the MCM script
intfunctionGetModSettingInt(stringa_modName, stringa_settingName)NativeGlobal

Description

Documentation Comment

Obtains the value of a mod setting.


Caveats


Parameters

stringa_modName

stringa_settingName


Examples

Auto-Generated Example

string myString__a_modName
string myString__a_settingName

int returnedValue = MCM.GetModSettingInt(myString__a_modName, myString__a_settingName)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.