07.06.2018, 06:24
(
Last edited by Salik; 07/06/2018 at 02:49 PM.
)
I would like to have more compatibility with the plugin Udan.
In the Settings native SetTimerEx - delay, count, repeating.
Add native function -
GetTimerFunctionName, (Get/Set)TimerInterval, GetTimerIntervalLeft, (Get/Set)TimerCount , SetTimerDelay, GetTimerCallsLeft.
Add also the flags in build options of the timer, then you can remove/change timers wth the flags. Example -
In the Settings native SetTimerEx - delay, count, repeating.
Add native function -
GetTimerFunctionName, (Get/Set)TimerInterval, GetTimerIntervalLeft, (Get/Set)TimerCount , SetTimerDelay, GetTimerCallsLeft.
Add also the flags in build options of the timer, then you can remove/change timers wth the flags. Example -
PHP Code:
SetTimerEx(func[], interval, repeating, flags:ABC, const format[], {Float,_}:...);
KillTimers(flags:ABC);
SetTimersDelay(flags:ABC, 2000);

