Re: callback function
Posted:
Tue Jan 05, 2010 3:46 pm
by xantier
Ah sry i think i have understood.. Argument 2 is the timer that calls 3. argument callback function..
Re: callback function
Posted:
Tue Jan 05, 2010 5:49 pm
by Batlin
As you already guessed for callback the second parameter is a delay/timer expresed in seconds.
There is also a function shortCallback, that takes a tick as 2nd parameter. One tick being 0.25 seconds.