Background for Fallout 4

MCM


Inheritance Tree

No indexed scripts extend this script.

Structs
Properties
Events
Functions
boolfunctionIsInstalled()NativeGlobal

Checks to see whether the MCM is installed.

intfunctionGetVersionCode()NativeGlobal

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

voidfunctionRefreshMenu()NativeGlobal

Refreshes currently displayed values in the MCM menu if it is currently open.
Call this if you have changed values in response to a OnMCMSettingChange event.

intfunctionGetModSettingInt(stringasModName, stringasSetting)NativeGlobal

Obtains the value of a mod setting.

boolfunctionGetModSettingBool(stringasModName, stringasSetting)NativeGlobal
floatfunctionGetModSettingFloat(stringasModName, stringasSetting)NativeGlobal
stringfunctionGetModSettingString(stringasModName, stringasSetting)NativeGlobal
voidfunctionSetModSettingInt(stringasModName, stringasSettingName, intaiValue)NativeGlobal

Sets the value of a mod setting.

voidfunctionSetModSettingBool(stringasModName, stringasSettingName, boolabValue)NativeGlobal
voidfunctionSetModSettingFloat(stringasModName, stringasSettingName, floatafValue)NativeGlobal
voidfunctionSetModSettingString(stringasModName, stringasSettingName, stringasValue)NativeGlobal
Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.