Skip to content

Unit Reference CounterNode

S2NX7 edited this page Oct 3, 2025 · 2 revisions

CounterNode

Counter

The Counter node tracks how many times it has been triggered.
It increments a counter each time the enter input is fired and allows resetting the counter via the reset input.

Input Ports

  • enter : Triggers the counter to increment by 1.
  • reset : Resets the counter back to 0.

Output Ports

  • exit : Fired after the counter increments or is reset.
  • timesTriggered : The current value of the counter, representing how many times enter has been triggered.

Clone this wiki locally