-
Notifications
You must be signed in to change notification settings - Fork 4
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
The base type for all Vector input types for MCM
| Type | Name |
|---|---|
| bool | IsInt |
| Return Value | Name and Parameters |
|---|---|
| MCM_Vector | MCM_Vector(section: String, id: String, name: String, tooltip: String, default: Variant) |
| Return Value | Name and Parameters |
|---|---|
| MCM_Vector | setIsInt(isInt: bool) |
| Dictionary | createConfigObject() const |
bool IsInt
This sets if the SpinBox inputs will allow float values to be entered.
Constructs an MCM_Vector. And then sends section, id, name, tooltip, and default parameters to the inherited MCM_ constructor.
MCM_Vector setIsInt(isInt: bool)
Set if the vector allows float values or not.