Skip to content

MCM_String

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

Inherits: MCM_Value < MCM_Type

Description

Allows text input by the player within MCM

Constructors

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

Constructor Descriptions

MCM_String MCM_String(id: String, name: String, tooltip: String, default: String)

 Constructs an MCM_String. And then sends id, name, tooltip, and default parameters to the inherited MCM_Value constructor while also sending the section name of "String"

Clone this wiki locally