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

LimitedTrigger

UnitImage

The LimitedTrigger node allows a control flow to trigger a set number of times. Once the limit is reached, it switches to a different output.

Input Ports

  • Input : The main control input that increments the trigger count.
  • Reset : Resets the trigger count back to zero.
  • Times : The maximum number of times the Input can trigger the Exit output.

Output Ports

  • Exit : Triggered while the count is below or equal to the Times limit.
  • After : Triggered once the Input has exceeded the allowed number of triggers.
⚠️ **GitHub.com Fallback** ⚠️