Background for Skyrim SE

MCM


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
boolfunctionIsInstalled()NativeGlobal

Checks to see whether MCM Helper is installed.

intfunctionGetVersionCode()NativeGlobal

Returns the version code of MCM Helper. This value is incremented for every public release of MCM Helper.

intfunctionGetModSettingInt(stringa_modName, stringa_settingName)NativeGlobal

Obtains the value of a mod setting.

boolfunctionGetModSettingBool(stringa_modName, stringa_settingName)NativeGlobal
floatfunctionGetModSettingFloat(stringa_modName, stringa_settingName)NativeGlobal
stringfunctionGetModSettingString(stringa_modName, stringa_settingName)NativeGlobal
voidfunctionSetModSettingInt(stringa_modName, stringa_settingName, inta_value)NativeGlobal

Sets the value of a mod setting.

voidfunctionSetModSettingBool(stringa_modName, stringa_settingName, boola_value)NativeGlobal
voidfunctionSetModSettingFloat(stringa_modName, stringa_settingName, floata_value)NativeGlobal
voidfunctionSetModSettingString(stringa_modName, stringa_settingName, stringa_value)NativeGlobal
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.