-
Notifications
You must be signed in to change notification settings - Fork 167
MCM Option Types
schlangster edited this page Oct 19, 2012
·
26 revisions
This guide introduces all available option types and explains how to use them.
It's assumed that you read MCM Quickstart and understood the basic concepts behind creating a custom config menu. If not, you should do that before continuing here.
These are all available options:
- Empty Option
- Header Option
- Text Option
- Toggle Option
- Slider Option
- Menu Option
- Color Option
- Keymap Option
Adding options works pretty much the same for all types in OnPageReset
, same goes for OnOptionHighlight
and OnOptionDefault
also works the same. Where they differ is in how option selection is handled.