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

Detect static vars properly. #7

Closed
wants to merge 1 commit into from

Conversation

RadiantUwU
Copy link

@RadiantUwU RadiantUwU commented Oct 2, 2023

fixes #4

@Maran23
Copy link
Owner

Maran23 commented Oct 3, 2023

Thanks for the PR.
I wonder how Godot treats static variables, I would expect that we can get them somehow (Maybe with ClassDB?).
This is the bruteforce method 😄 but if we dont find a way we probably need to it this way.

@Maran23
Copy link
Owner

Maran23 commented Nov 21, 2023

I found out how to fetch static variables without us parsing the whole source code manually.
For more check this PR out: #20

I will therefore close this, thanks for your contribution regardless!

@Maran23 Maran23 closed this Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Script cannot detect static variables
2 participants