The timerIsEnabled native AI script function checks if a timer is enabled.
(isEnabled: f)timerIsEnabled(TimerId: f)
(isEnabled)timerIsEnabled(0);
This example code checks if the timer with ID 0 is enabled and stores the result in the variable isEnabled
.