ADD

The ADD node performs basic arithmetic addition. It takes two numerical inputs and outputs their sum. This is one of the most frequently used nodes for managing game progress, statistics, and hardware offsets.
When to use this node:
* Score Keeping: Incrementing a player's score or count of items found by adding new points to the current total.
* Dynamic Offsets: Adding a fixed value to a sensor reading to calibrate a display or adjust the position of a motorized prop.
* Time Bonuses: Adding extra seconds or minutes to a GameTimer as a reward for solving a side quest.
Connectors in
- A [type: variant]
- B [type: variant]
Connectors out
- value [type: variant]
Node properties
- B [type: integer]