You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @RebornOfc! 👋 This submission has passed all required tests, and has been moved to a PR as part of our submission pipeline. You can see the progress of your submission on this page. Community submissions are not reviewed by default, so your extension should be added once we've checked that your submission doesn't contain malicious code without further intervention on your part. If you wish for your extension to be reviewed (and thereby moved to the list of reviewed extensions), please follow the instructions written on the README. Thanks again for your contribution to GDevelop!
Description
Adds conditions, actions and expressions to compare the return value of or run a javascript code.
How to use the extension
Adds conditions, actions and expressions to compare the return value of or run a javascript code.
How to use:
Number
to return a number out of a javascript code.String
to return a string out of a javascript code.How to evaluate the return value (of conditions and expressions):
"eventsFunctionContext.returnValue = Your return value here;"
By default, the return value is 0 or false.
Tip: use single quotes if you need to type a string:
"eventsFunctionContext.returnValue = 'myStringReturnValue'"
Checklist
What tier of review do you aim for your extension?
Community (Unreviewed)
Example file
JavascriptEventsExample.zip
Extension file
JavascriptEvents.json.zip
The text was updated successfully, but these errors were encountered: