Hello guys.
Function TimerStart takes timeInterval as a second parameter
The question is: what is the minimal value of this parameter?
For example, you can do
call TimerStart(t, 0.3, true, function SomeFunction)
But can you do
call TimerStart(t, 0.00000000000001, true, function SomeFunction)...