-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
add methods setCurrentTime #1046
Conversation
So just to make sure I understand you correctly: This is basically what the |
Or in other words it does what |
@mspae yes, it sets the current time between the provided start and end seconds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge this but leave the setCurrentTimeBetween
out and open a separate PR for that later.
@thijstriemstra done, I'll open another pr for the setCurrentTimeBetween. |
I think there may have been a slight typo in the |
@mattdiamond can you open a PR for that? thanks. |
* add method setCurrentTime
add methods
setCurrentTime(seconds)
sets the current time in seconds
#1039