Unit Reference PlusEquals - RealityStop/Bolt.Addons.Community GitHub Wiki

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.
⚠️ **GitHub.com Fallback** ⚠️