Hi,
I tried push_error and push_warning and I did't expect they print something else in adding.
push_error("error pushed")
push_warning("warning pushed")
ERROR: call: error pushed
At: modules/gdscript/gdscript_functions.cpp:803.
WARNING: call: warning pushed
At: modules/gdscript/gdscript_functions.cpp:817.
How I can get rid to these rows that are useless to me?
At: modules/gdscript/gdscript_functions.cpp:803.
At: modules/gdscript/gdscript_functions.cpp:817.
thanks