We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.1.stable
Linux 5.10.181-2-MANJARO
A class with a function defined like this:
class_name Foo extends Node func my_func(arr: Array[int]) -> Array[int]: return arr
Will show up in the docs as:
Whereas i'd expect it to show up as
Array[int] my_func(arr: Array[int])
The same seems to be true for properties.
Foo
N/A
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Godot version
4.1.stable
System information
Linux 5.10.181-2-MANJARO
Issue description
A class with a function defined like this:
Will show up in the docs as:
Whereas i'd expect it to show up as
The same seems to be true for properties.
Steps to reproduce
Foo
in helpMinimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: