The Increment And Decrement node allows the user to add or subtract an int value. This is useful for manipulating an int value on an object to change its function depending on how the users use the int value of that object.
Input
Increment (Call)
Call to increase the int value by 1.
Decrement (Call)
Call to decrease the int value by 1.
Output
OnIncrement (Continuation)
Sends an impulse after Increment (Call) has been impulsed and the value has been written.
OnDecrement (Continuation)
Sends an impulse after Decrement (Call) has been impulsed and the value has been written.
OnFail (Continuation)
Sends an impulse after Increment (Call) or Decrement (Call) has been impulsed and the value wasn't able to be written due to a missing target.
Value (int)
The int value that changes on the number of increment or decrement is called.
FieldOfValue (IField)
Allows to write directly into a string field using another node.