-
Notifications
You must be signed in to change notification settings - Fork 4
MCM_Array
github-actions[bot] edited this page Jul 19, 2026
·
1 revision
Inherits: MCM_Collection < MCM_Value < MCM_Type
Allows the player to set an array of values in MCM
| Return Value | Name and Parameters |
|---|---|
| MCM_Array | MCM_Array(id: String, name: String, tooltip: String, default: Array, valueType: MCM_Collection_Types, defaultItemValue: Variant) |
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.