-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fixed Ordering of Parameter for event: "Test the elapsed time of a scene timer" #1682
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
base: master
Are you sure you want to change the base?
Conversation
The link between a GDevelop action/condition and the implementation in the engine is made using This should give you the name of the function you're searching for :) |
|
@4ian can you guide me on how do I increase the GDCore version? EDIT - resolved |
|
@4ian, please review |
|
Sorry for the delay! I think this is working fine 👍 |
|
@4ian can you point to the code which is responsible for auto-filling the parameters, when clicked on an instruction? |
|
Sorry for the late reply @gautamv95 |
|
I propose we make another PR to add compatibility code to core for when this will be added, to have 2-3 version prior supporting the new project file and having a fixed date from which on we can merge this. |
8a32fc5 to
846afd9
Compare
Fixes #843
Tasks:
UpdateInstructionsFromGD4098that exchange the parameters@4ian I cannot find game engine functions related to Time extensions, can you guide me?