Background for Skyrim SE
Member of the MCM_ConfigBase script
voidfunctionSetModSettingInt(stringa_settingName, inta_value)Native

Description

Documentation Comment

Sets the value of a mod setting.


Caveats


Parameters

stringa_settingName

inta_value


Examples

Auto-Generated Example

string myString__a_settingName
int myInt__a_value

myMCM_ConfigBase__toCallFunctionOn.SetModSettingInt(myString__a_settingName, myInt__a_value)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.