ProtoFlux:ValueInc: Difference between revisions

From Resonite Wiki
Filled in this node page.
m YoshBot moved page ProtoFlux:Value Inc to ProtoFlux:ValueInc: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 16: Line 16:
{{Note|If you need to increment a value from an [[Impulses|impulse]], use the [[ProtoFlux:Increment|Increment]] node instead.
{{Note|If you need to increment a value from an [[Impulses|impulse]], use the [[ProtoFlux:Increment|Increment]] node instead.
This node is similar to the [[ProtoFlux:Add|Add]] node, but setting the add node to only add 1. |suggestion}}
This node is similar to the [[ProtoFlux:Add|Add]] node, but setting the add node to only add 1. |suggestion}}


== Inputs ==
== Inputs ==

Latest revision as of 00:40, 21 August 2025

+1
N
*
Operators

The Value Inc node takes in a value and returns that value +1.

If you need to increment a value from an impulse, use the Increment node instead.

This node is similar to the Add node, but setting the add node to only add 1.

Inputs

* (Pseudo-Generic)

The value to increment by 1.

Outputs

* (Pseudo-Generic)

Returns the incremented value.

See Also

  • Wikipedia's definition of addition.
  • Microsoft's documentation on the increment operator.