-
Notifications
You must be signed in to change notification settings - Fork 4
MCM_Dropdown
github-actions[bot] edited this page Jul 19, 2026
·
1 revision
Inherits: MCM_Value < MCM_Type
Allows the player to select a list of options from a dropdown.
| Type | Name |
|---|---|
| Dictionary | Options |
| Return Value | Name and Parameters |
|---|---|
| MCM_Dropdown | MCM_Dropdown(id: String, name: String, tooltip: String, default: String, options: Dictionary) |
| Return Value | Name and Parameters |
|---|---|
| Dictionary | createConfigObject() const |
Dictionary Options
A Dictionary that holds the config "value" as the key and the label that's displayed in MCM as the dictionary value.
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.