-
Notifications
You must be signed in to change notification settings - Fork 92
Utils Index Nodes
Akatsuzi edited this page Jan 3, 2024
·
1 revision
parameter | description | type | arguments |
---|---|---|---|
index | the index identifier. | INT | default: 1, min: 0, max: 10000 |
print_to_console | printing to the console | COMBO |
Yes No
|
parameter | description | type | arguments |
---|---|---|---|
index | the index integer. | INT | default: 1, min: -10000, max: 10000 |
interval | interval moving the index. | INT | default: 1, min: -10000, max: 10000 |
parameter | description | type | arguments |
---|---|---|---|
index | The starting index. | INT | default: 1, min: 0, max: 10000 |
factor | Multiplying the index by the factor. | INT | default: 1, min: 0, max: 10000 |
parameter | description | type | arguments |
---|---|---|---|
index | The starting index. | INT | default: 1, min: 0, max: 10000 |
reset_to | Setting the reset index. | INT | default: 1, min: 0, max: 10000 |
parameter | description | type | arguments |
---|---|---|---|
index | The starting index. | INT | default: 0.0, min: 0.0, max: 9999.0, step: 1.0 |
trigger_value | The number something will trigger on. | INT | default: 1, min: 0, max: 10000 |