- Found in:
- MCM Helper
Description
Documentation Comment
Sets the value of a mod setting.
Caveats
Parameters
stringa_modName
stringa_settingName
inta_value
Examples
Auto-Generated Example
string myString__a_modName
string myString__a_settingName
int myInt__a_value
MCM.SetModSettingInt(myString__a_modName, myString__a_settingName, myInt__a_value)