Godot Version
4.2.1
Question
Hello, can you get method return value if you use tween.tween_method?
iirc in godot 3.5 it was possible, but looking on the godot 4 tween changes it seems its not an option anymore, or?
Example: if you tween method “move_and_collide”, generally getting return value is important(if you dont have specific usage etc…), but if in godot 4 using tween on this method makes it impossible to get return value, then its not usable for general use with “move_and_collide”…