Skip to content

Unit Reference PlusEquals

S2NX7 edited this page Sep 30, 2025 · 2 revisions

Plus Equals

Screenshot 2025-09-30 182722

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.

Clone this wiki locally