• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

TimerStart() minimal interval

Status
Not open for further replies.
Level 3
Joined
Jan 29, 2021
Messages
34
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)
?

And what is the minimum value of that timedelay and where it comes from?
 
Status
Not open for further replies.
Top