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

C#: Implement ScriptInstance::to_string #29140

Merged
merged 1 commit into from
May 23, 2019

Conversation

neikeq
Copy link
Contributor

@neikeq neikeq commented May 23, 2019

Implements ScriptInstance::to_string for C# which was introduced in #27886.
Also created a blacklist of methods that must not be generated. Includes: "to_string", "_to_string" and "_init". Fixes #29116

Create a blacklist of methods that must not be generated. Includes: "to_string", "_to_string" and "_init".
@neikeq neikeq added this to the 3.2 milestone May 23, 2019
@neikeq neikeq merged commit a46b8e1 into godotengine:master May 23, 2019
@Anutrix Anutrix mentioned this pull request Jul 7, 2019
@neikeq neikeq deleted the to_string_impl branch May 14, 2021 01:53
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.

GodotSharp C# solution fails to build due to duplicated Object.ToString method
1 participant