-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference PlusEquals
S2NX7 edited this page Sep 30, 2025
·
2 revisions
The Plus Equals unit increments a variable by a specified amount and outputs the updated value.
Input Ports
- assign : The entry point to update the variable.
- amount : The value to add to the variable.
- fallback : Optional fallback value if the variable is not defined (requires "Fallback" enabled).
Output Ports
- assigned : Triggered after the variable has been updated.
- postIncrement : The value of the variable after incrementing.