Background for Fallout 4

The MCM Script

    The MCM script is a part of Fallout 4’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like Mod Configuration Menu (MCM).

    For this script, the Papyrus index knows about:

    • 11 functions


    Inheritance Tree

    No indexed scripts extend this script.

    Structs

    The Papyrus Index is still under construction. Structs have not been implemented yet.

      Properties

      No properties found.

        Events

          No events found.

        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.