ZGameEditor Documentation
Community |
TimerTimerExecutes a component list on a timed interval. This component is used in the onUpdate-list. PropertiesOnTimerThe list of components that will be executed. IntervalAn interval in seconds between the calls to OnTimer. If set to zero then the timer stops. RepeatCountA integer value indicating how many times to call OnTimer before timer stops. The default value of -1 means repeat forever. 0 means call once, 1 call twice etc. |