-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A question about the explanation of World.wait_for_tick() method in official document #3283
Labels
Comments
@sergi-e could you clarify this? |
Hi, @huan0808! You are correct, the Python API docs are misleading. What do you think of these changes?
|
I think it's good now,thank you :) |
I also find it's misleading. could you update the documentation in the latest version? it is still like before |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I think this function is a asynchronous method to make client wait server to compute a frame.And if it hasn't done,we can make a loop in client to wait the server.
But in document's explanation it seems like a Synchronize method.
This confuzed me and if my understand is wrong please tell me why.
Thanks!
The text was updated successfully, but these errors were encountered: