-
Notifications
You must be signed in to change notification settings - Fork 149
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
Common - New: updatePerFrameHandlerDelay #1689
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 40d67ed.
this should maybe also update the next Execution time else the next time it executes, it would still execute based on the previous delay |
could add a 3. param: _update next Execution time (bool) if its really needed, but i would need help to find figure out how. |
nvm, i didnt set _updateExecutionTime to true :harold: |
current version works as expected
|
having this as an optional parameter doesnt seem neccessary anymore
would |
When merged this pull request will:
New Function: cba_fnc_updatePerFrameHandlerDelay
New Function: cba_fnc_getPerFrameHandlerDelay
(Im happy to recieve suggestions re: function name)