execute functions whilst in debug mode #6171
ghost
started this conversation in
Engine Core
Replies: 1 comment 3 replies
-
Do you mean REPL ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
there should be a little bar kind of like the line edit node at the bottom of the output tab when you test your project in debug mode and this would allow you to trigger functions e.g
---------------------this part is in the script-----------------
func my_function(var_1,var_2): print(var_1 + var_2)
-----------------this part is in the output tab---------------
and you type into the bar:
my_function("hello ","world")
result:
hello world
Beta Was this translation helpful? Give feedback.
All reactions