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 @rac0316,
Yeld syntax for crossing bound between Godot and Python is not supported
I'm not sure it is even possible to implement this with the current GDnative API... Now is a good time to check this and provide some PRs for Godot 4 ;-)
I would like to use the GDScript yield function in a .py file, but I'm not sure how to form the syntax or if it's supported.
GDScript syntax example:
yield(get_tree(), "idle_frame")
yield(VisualServer, "frame_post_draw")
Is this possible in Godot Python?
The text was updated successfully, but these errors were encountered: