-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference CounterNode
S2NX7 edited this page Oct 3, 2025
·
2 revisions
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
enterhas been triggered.