Skip to content

MCM_Array

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

Inherits: MCM_Collection < MCM_Value < MCM_Type

Description

Allows the player to set an array of values in MCM

Constructors

Return Value Name and Parameters
MCM_Array MCM_Array(id: String, name: String, tooltip: String, default: Array, valueType: MCM_Collection_Types, defaultItemValue: Variant)

Constructor Descriptions

MCM_Array MCM_Array(id: String, name: String, tooltip: String, default: Array, valueType: MCM_Collection_Types, defaultItemValue: Variant)

 Constructs an MCM_Array. And then sends section, id, name, tooltip, default, valueType, and defaultItemValue parameters to the inherited MCM_Collection constructor.

Clone this wiki locally