Skip to content

MCM_Bool

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

Inherits: MCM_Value < MCM_Type

Description

Gives the player an on/off toggle to set a boolean value in MCM

Constructors

Return Value Name and Parameters
MCM_Bool MCM_Bool(id: String, name: String, tooltip: String, default: bool)

Constructor Descriptions

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.

Clone this wiki locally