Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:Add: Difference between revisions

The Add node takes in 2 inputs and returns the calculated result. The second input (B) will add to the first input (A).
AmasterAmaster (talk | contribs)
This page is no longer a stub.
Xeravax (talk | contribs)
Manual Sync from my own PC - wiki-bot(at)stefanocoding.me - https://github.com/Xeravax/mediawiki-simple-sync
 
Line 1: Line 1:
{{SHORTDESC:The Add node takes in 2 inputs and returns the calculated result. The second input (B) will add to the first input (A).}}
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=+
|Name=+

Latest revision as of 16:51, 20 February 2026

+
A
*
B
Operators

The Add node takes in 2 inputs and returns the calculated result. The second input (B) will add to the first input (A).

This node is special as it also works with the String type, adding (concatenating) them together.
If you just need to add + 1 to your value, use the Value Inc node instead.

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

Inputs

A (Pseudo-Generic)

The value we have.

B (Pseudo-Generic)

The value we want to add.

Outputs

* (Pseudo-Generic)

The new result from this operation.

See Also

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