Skip to content

Unit Reference LimitedTrigger

S2NX7 edited this page Sep 30, 2025 · 1 revision

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.
Clone this wiki locally