-
Notifications
You must be signed in to change notification settings - Fork 4
MCM_Bool
github-actions[bot] edited this page Jul 19, 2026
·
1 revision
Inherits: MCM_Value < MCM_Type
Gives the player an on/off toggle to set a boolean value in MCM
| Return Value | Name and Parameters |
|---|---|
| MCM_Bool | MCM_Bool(id: String, name: String, tooltip: String, default: bool) |
Constructs an MCM_Bool. And then sends section, id, name, tooltip, and default parameters to the inherited MCM_Value constructor.