Skip to content
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

Tween's tween_method has incorrect C# example which causes errors. #7738

Closed
viksl opened this issue Jul 27, 2023 · 0 comments · Fixed by godotengine/godot#79962
Closed

Tween's tween_method has incorrect C# example which causes errors. #7738

viksl opened this issue Jul 27, 2023 · 0 comments · Fixed by godotengine/godot#79962
Labels
area:class reference Issues and PRs about the class reference, which should be addressed on the Godot engine repository bug topic:dotnet
Milestone

Comments

@viksl
Copy link
Contributor

viksl commented Jul 27, 2023

Your Godot version:
4.1.1

Issue description:
In the documentation the tween_method has an incorrect example where it uses a lambda method without a parameter which causes an error because the method definition doesn't match what the tween_method expects.

URL to the documentation page:
https://docs.godotengine.org/en/stable/classes/class_tween.html#class-tween-method-tween-method

@viksl viksl added the bug label Jul 27, 2023
@raulsntos raulsntos added topic:dotnet area:class reference Issues and PRs about the class reference, which should be addressed on the Godot engine repository labels Jul 28, 2023
@YuriSizov YuriSizov added this to the 4.2 milestone Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:class reference Issues and PRs about the class reference, which should be addressed on the Godot engine repository bug topic:dotnet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants