View Single Post
Chdata
Veteran Member
Join Date: Aug 2012
Location: Computer Chair, Illinois
Old 03-08-2015 , 15:51   Re: [SNIPPET] Timers done Easy (requires SM 1.7)
Reply With Quote #6

Quote:
Originally Posted by BAILOPAN View Post
I would recommend not using CallFunction which is slow and not using the random and valid number -999 as a marker value.
What would you recommend instead?

Would you still not recommend it for fire-once timers? Is it really so slow that it should be avoided for that case too?

Would 2147... whatever max is, or min is, be okay in your opinion? Or 0, since afaik null is defined as 0 anyway. Just like INVALID_HANDLE was.

Personally I'm not interested in this until switch (type) case bool case float is released, and getnumargs.
__________________

Last edited by Chdata; 03-08-2015 at 16:03.
Chdata is offline