Time Ticker

The Time Ticker is a flexible interval trigger. Unlike the GameTicker, which has fixed intervals, this node allows you to define exactly how often the onTick event should fire using the interval property.
When to use this node:
* Custom Polling: Checking a sensor at a non-standard speed (e.g., every 3 seconds).
* Random Intervals: Connecting a Random (int) node to the interval pin to create unpredictable events, like a spooky "poltergeist" effect that happens at random times.
Connectors in
- enabled [type: variant]
- interval [type: variant]
Connectors out
- tick [type: variant]
- onTick [type: action]
Node properties
- enabled [type: bool]
- interval [type: integer]