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).
More actions
This page is no longer a stub. |
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
+
Operators
The Add node takes in 2 inputs and returns the calculated result. The second input (B) will add to the first input (A).
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.