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


Caveats


Parameters

stringa_modName

stringa_settingName

boola_value


Examples

Auto-Generated Example

string myString__a_modName
string myString__a_settingName
bool myBool__a_value

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