We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
i made a timer with: auto delay_timer = timer_create_default();
and cannot terminate it using: delay_timer.cancel();
timer is started with: delay_timer.every(1000, bomb_armed);
seems he need the "task", but cannot find a way to define this task ...