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

Improve C# method listing #52607

Merged
merged 1 commit into from Sep 13, 2021
Merged

Conversation

paulloz
Copy link
Member

@paulloz paulloz commented Sep 12, 2021

- implement CSharpInstance::get_method_list
- loop through parent classes in CSharpInstance::get_method_list and CSharpScript::get_script_method_list (godotengine#46408)
@paulloz paulloz requested a review from a team as a code owner September 12, 2021 18:06
@Calinou Calinou added cherrypick:3.x Considered for cherry-picking into a future 3.x release enhancement topic:editor topic:dotnet labels Sep 12, 2021
@Calinou Calinou added this to the 4.0 milestone Sep 12, 2021
@Calinou Calinou added bug and removed enhancement labels Sep 12, 2021
@neikeq neikeq merged commit 875b5fb into godotengine:master Sep 13, 2021
@neikeq
Copy link
Member

neikeq commented Sep 13, 2021

Thanks!

@akien-mga
Copy link
Member

Cherry-picked for 3.4.

@akien-mga akien-mga removed the cherrypick:3.x Considered for cherry-picking into a future 3.x release label Sep 13, 2021
@paulloz paulloz deleted the improve-cs-method-listing branch September 14, 2021 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing inherited methods in the "Select Method" window for animation call method tracks for C# scripts.
5 participants