Skip to content

MCM_Vector

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

Inherits: MCM_Number < MCM_Value < MCM_Type

Inherited By: MCM_Vector2, MCM_Vector3

Description

The base type for all Vector input types for MCM

Properties

Type Name
bool IsInt

Constructors

Return Value Name and Parameters
MCM_Vector MCM_Vector(section: String, id: String, name: String, tooltip: String, default: Variant)

Methods

Return Value Name and Parameters
MCM_Vector setIsInt(isInt: bool)
Dictionary createConfigObject() const

Property Descriptions

bool IsInt

 This sets if the SpinBox inputs will allow float values to be entered.

Constructor Descriptions

MCM_Vector MCM_Vector(section: String, id: String, name: String, tooltip: String, default: Variant)

 Constructs an MCM_Vector. And then sends section, id, name, tooltip, and default parameters to the inherited MCM_ constructor.

Method Descriptions

MCM_Vector setIsInt(isInt: bool)

 Set if the vector allows float values or not.

Clone this wiki locally