Unit Reference CounterNode - RealityStop/Bolt.Addons.Community GitHub Wiki
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.