Skip to content

[Version 4.10] Modifiable Value

Insane96 edited this page Jan 4, 2024 · 1 revision

The Range object is used to set a value of a property.
Inherits Modifiable Object, so can be modified with modifiers.

Modifiable Value (Inherits from Modifiable)

  • value: the value

Notes

This:

"modifiable_value": 10

equals to:

"modifiable_value": {
    "value": 10
}

Simple round example. This will round the value to 8:

"modifiable_value": {
    "value": 8.25,
    "round": 0
}

Example

Check other properties pages for examples.

Clone this wiki locally