Skip to content

MCM_Dropdown

github-actions[bot] edited this page Jul 19, 2026 · 1 revision

Inherits: MCM_Value < MCM_Type

Description

Allows the player to select a list of options from a dropdown.

Properties

Type Name
Dictionary Options

Constructors

Return Value Name and Parameters
MCM_Dropdown MCM_Dropdown(id: String, name: String, tooltip: String, default: String, options: Dictionary)

Methods

Return Value Name and Parameters
Dictionary createConfigObject() const

Property Descriptions

Dictionary Options

 A Dictionary that holds the config "value" as the key and the label that's displayed in MCM as the dictionary value.

Constructor Descriptions

MCM_Dropdown MCM_Dropdown(id: String, name: String, tooltip: String, default: String, options: Dictionary)

 Constructs an MCM_Dropdown and sets the Options properties. And then sends section, id, name, tooltip, and default parameters to the inherited MCM_Value constructor.

Clone this wiki locally