Description
Add a specified value to a variable in the Variables panel of Kinetic Designer.
This works for the following types : int, float, double, time
Syntax
designer.setVariableAddValue("VARIABLE NAME", VALUE);
Parameters
| Parameter | Type | Description |
|---|---|---|
VARIABLE NAME |
String | Specify the name of the Variable to increment |
VALUE |
Variant | Value to add to the variable |
Return
This function does not return anything.
Need more help with this?
Don’t hesitate to contact us here.


