Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to generate an event on particular time #10

Closed
shreyshahh opened this issue Sep 10, 2020 · 1 comment
Closed

How to generate an event on particular time #10

shreyshahh opened this issue Sep 10, 2020 · 1 comment

Comments

@shreyshahh
Copy link

I am starting the timer, now I want to call method on a specific tick count how can I do that. Can I call a method or generate an event on specific tick count. I think I have to continuous get the tick count value and call a method when the specific tick count value comes. Any help on how to do it?

@clemdesign
Copy link
Owner

Hello, with current version, the only solution is to use event (onTick) and call your method when the tick count reach your specific value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants