mwseMCMDropdownOption⚓︎
The option table in mwseMCMDropdown.
Properties⚓︎
callback
⚓︎
The function called once this option was selected in the dropdown menu. The mwseMCMDropdown
that selected this option
will be passed as the first parameter to this function.
Returns:
result
(nil, fun(self: mwseMCMDropdown))
label
⚓︎
The text to show on the Dropdown while this option is active.
Returns:
result
(string)
value
⚓︎
The value to store in the Dropdown's variable while this option is selected.
Returns:
result
(unknown)