Pass arguments to a delayed function with Haxe
Posted
by Johnny Oin
on Stack Overflow
See other posts from Stack Overflow
or by Johnny Oin
Published on 2010-06-17T15:47:32Z
Indexed on
2010/06/17
15:53 UTC
Read the original article
Hit count: 187
Hi everyone,
do you know if there is an easy way to pass some arguments to a function called via
haxe.Timer.delay(func, delay);
By "easy" I mean without creating any custom timer.
Thanks.
© Stack Overflow or respective owner